diff --git a/pom.xml b/pom.xml index 2ed2b9d..bffda29 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.2.5 @@ -61,6 +61,11 @@ + + org.slf4j + slf4j-api + 2.0.13 + org.springframework.boot spring-boot-starter-log4j2 @@ -76,13 +81,6 @@ 4.0.0 - - - org.webjars - jquery - 3.7.1 - - org.aspectj @@ -94,7 +92,7 @@ com.mattrixwv cipher-stream-java - 1.3.3 + 1.3.4 @@ -183,7 +181,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e69de29..9884d51 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -0,0 +1 @@ +server.port=8001 \ No newline at end of file