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