diff --git a/pom.xml b/pom.xml index 0223fa3d..1e652388 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 com.rymcu @@ -19,7 +19,8 @@ 1.8 8.11.2 - 5.8.24 + 5.8.26 + 3.9.0 @@ -27,14 +28,14 @@ org.springframework.boot spring-boot-starter-data-redis - - org.apache.logging.log4j - log4j-to-slf4j - io.netty netty-codec + + org.apache.logging.log4j + log4j-to-slf4j + org.yaml snakeyaml @@ -49,15 +50,31 @@ + + + org.springframework.boot + spring-boot-starter-web + + + com.fasterxml.jackson.core + jackson-databind + + + ch.qos.logback logback-classic - 1.4.12 + 1.5.3 ch.qos.logback logback-core - 1.4.12 + 1.5.3 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.19.0 io.netty @@ -67,23 +84,13 @@ org.yaml snakeyaml - 1.33 + 2.2 org.springframework.boot spring-boot-starter-mail - - org.springframework.boot - spring-boot-starter-web - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core @@ -91,19 +98,19 @@ 2.14.0 - org.mybatis.spring.boot mybatis-spring-boot-starter 3.0.0 + - mysql - mysql-connector-java - 8.0.33 - runtime + com.mysql + mysql-connector-j + 8.3.0 + org.projectlombok lombok @@ -177,7 +184,7 @@ org.apache.shiro shiro-spring - 1.10.0 + 1.13.0 commons-collections @@ -240,23 +247,6 @@ - - - org.apache.logging.log4j - log4j-to-slf4j - 2.19.0 - - - org.apache.logging.log4j - log4j-api - - - - - org.apache.logging.log4j - log4j-api - 2.19.0 - org.springframework.boot spring-boot-configuration-processor @@ -353,6 +343,17 @@ com.squareup.retrofit2 retrofit 2.9.0 + + + com.squareup.okio + okio + + + + + com.squareup.okio + okio + ${okio.version} com.squareup.retrofit2