From 7e79d0082884fc4ee1b7d72156108cc4d0d35eab Mon Sep 17 00:00:00 2001 From: imalasong <55082705+imalasong@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:33:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor=EF=BC=9A=E7=BB=9F=E4=B8=80=E7=9A=84?= =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 967aa3e..48b0528 100644 --- a/pom.xml +++ b/pom.xml @@ -36,10 +36,17 @@ 3.3.3 3.8.1 1.18.16 - 1.9.6 1.6.3 2.9.2 + 2.6.15 + 4.1.2 + 2.6 + 1.6.1 + 3.7.0 + 4.2.0 + 4.1.0 + 6.0.16.Final @@ -69,7 +76,7 @@ org.springframework.boot spring-boot-dependencies - 2.6.15 + ${spring-boot.version} pom import @@ -109,20 +116,22 @@ hutool-all ${hutool.version} + + org.apache.poi poi-ooxml - 4.1.2 + ${poi.version} commons-io commons-io - 2.6 + ${commons-io.version} dom4j dom4j - 1.6.1 + ${dom4j.version} org.codehaus.jackson @@ -138,7 +147,7 @@ org.apache.zookeeper zookeeper - 3.7.0 + ${zookeeper.version} org.slf4j @@ -149,7 +158,7 @@ org.apache.curator curator-recipes - 4.2.0 + ${curator-recipes.version} org.slf4j @@ -186,14 +195,14 @@ com.github.xiaoymin knife4j-openapi2-spring-boot-starter - 4.1.0 + ${knife4j.verson} org.hibernate hibernate-validator - 6.0.16.Final + ${hibernate-validator.verson}