From 1a6e3238a5a7a523c51ca043309436450b95b0d1 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 19 Mar 2024 09:23:09 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E5=8D=87=E7=BA=A7=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 107 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 54 insertions(+), 53 deletions(-) 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