diff --git a/pom.xml b/pom.xml index c64717c..9fcc734 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.12 + 3.5.7 com.techsor @@ -40,35 +40,12 @@ 3.1.0 - io.netty - netty-common - 4.2.2.Final - - - io.netty - netty-buffer - 4.2.2.Final - - - io.netty - netty-resolver - 4.2.2.Final - - - io.netty - netty-transport - 4.2.2.Final - - - io.netty - netty-transport-native-unix-common - 4.2.2.Final - - - io.netty - netty-codec-base - 4.2.2.Final - + io.netty + netty-bom + 4.2.9.Final + pom + import + @@ -87,11 +64,11 @@ - - org.apache.tomcat.embed - tomcat-embed-core - 10.1.42 - + + org.apache.tomcat.embed + tomcat-embed-core + 10.1.49 + org.springframework.boot @@ -125,7 +102,7 @@ com.mysql mysql-connector-j - 9.3.0 + 9.5.0 org.projectlombok @@ -136,7 +113,7 @@ com.google.code.gson gson - 2.13.1 + 2.13.2 org.springframework.boot @@ -147,7 +124,7 @@ org.apache.commons commons-text - 1.13.1 + 1.15.0 @@ -191,18 +168,18 @@ 1.7.7 - - ch.qos.logback - logback-classic - 1.5.18 - compile - - - ch.qos.logback - logback-core - 1.5.18 - compile - + + ch.qos.logback + logback-classic + 1.5.21 + compile + + + ch.qos.logback + logback-core + 1.5.21 + compile + org.java-websocket Java-WebSocket @@ -213,13 +190,12 @@ com.squareup.okhttp3 okhttp - 4.12.0 + 4.12.0 org.apache.commons commons-pool2 - 2.11.1 org.mockito @@ -230,13 +206,13 @@ cn.hutool hutool-all - 5.8.38 + 5.8.42 com.jayway.jsonpath json-path - 2.9.0 + 2.10.0 @@ -408,7 +384,7 @@ org.apache.commons commons-compress - 1.27.1 + 1.28.0 @@ -433,27 +409,6 @@ 1.12.0 - - - io.netty - netty-handler - 4.2.2.Final - - - - - org.springframework - spring-context - 6.1.21 - - - - - org.springframework - spring-context-support - 6.1.21 - - com.github.seratch