From d92861284ccbafd19d519e682b8281cc9a2b2f4b Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Fri, 14 Feb 2025 18:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=9B=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=201.0.0-RC3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 48 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index d16ac36..2ed5b0e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,19 +6,35 @@ xyz.zhouxy.plusone plusone-commons - 1.0.0-RC2 + 1.0.0-RC3 + UTF-8 1.8 1.8 1.8 - 3.17.0 - 33.3.1-jre + + + 33.4.0-jre 2.13.0 + + + 3.17.0 + 1.2.13 + 5.11.4 + 1.18.36 + 5.8.35 + 3.5.19 + 2.2.224 + 2.18.2 + 2.12.1 + + + com.google.guava guava @@ -32,7 +48,7 @@ true - + org.apache.commons @@ -44,55 +60,55 @@ ch.qos.logback logback-classic - 1.2.11 + ${logback.version} test org.junit.jupiter junit-jupiter-api - 5.9.2 + ${junit.version} test org.junit.jupiter junit-jupiter-engine - 5.9.2 + ${junit.version} test org.junit.jupiter junit-jupiter-params - 5.9.2 + ${junit.version} test org.projectlombok lombok - 1.18.26 + ${lombok.version} true test cn.hutool - hutool-all - 5.8.25 + hutool-core + ${hutool.version} test org.mybatis mybatis - 3.5.17 + ${mybatis.version} test com.h2database h2 - 2.2.224 + ${h2.version} test @@ -100,20 +116,20 @@ com.fasterxml.jackson.core jackson-databind - 2.13.5 + ${jackson.version} test com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.13.5 + ${jackson.version} test com.google.code.gson gson - 2.11.0 + ${gson.version} test