diff --git a/pom.xml b/pom.xml
index 0223fa3..1e65238 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,30 +50,6 @@
-
- ch.qos.logback
- logback-classic
- 1.4.12
-
-
- ch.qos.logback
- logback-core
- 1.4.12
-
-
- io.netty
- netty-codec
- 4.1.86.Final
-
-
- org.yaml
- snakeyaml
- 1.33
-
-
- org.springframework.boot
- spring-boot-starter-mail
-
org.springframework.boot
@@ -84,6 +61,36 @@
+
+ ch.qos.logback
+ logback-classic
+ 1.5.3
+
+
+ ch.qos.logback
+ logback-core
+ 1.5.3
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+ 2.19.0
+
+
+ io.netty
+ netty-codec
+ 4.1.86.Final
+
+
+ org.yaml
+ snakeyaml
+ 2.2
+
+
+ org.springframework.boot
+ spring-boot-starter-mail
+
+
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