diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 0ea42ff..5505623 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.4 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip diff --git a/docker-compose.yml b/docker-compose.yml index c9dfb52..3d27214 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: mysql: - image: mysql:8.0 + image: mysql:8.4 container_name: lcc-mysql-local environment: MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD} diff --git a/pom.xml b/pom.xml index eaaa690..4db4de8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.8 + 3.5.9 de.avatic @@ -28,7 +28,7 @@ 23 - 5.24.0 + 5.24.1 5.20.0 11.18.0 @@ -130,6 +130,11 @@ fastexcel 0.19.0 + + org.commonmark + commonmark + 0.22.0 + org.springframework.boot spring-boot-devtools diff --git a/src/frontend/src/App.vue b/src/frontend/src/App.vue index 66c8e16..9facbb2 100644 --- a/src/frontend/src/App.vue +++ b/src/frontend/src/App.vue @@ -1,5 +1,6 @@