From e52a282717a9bb5c515dc22d3dfc7c624637d97d Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 11 Oct 2019 17:52:23 +0800 Subject: [PATCH] update dependency --- hutool-crypto/pom.xml | 2 +- hutool-db/pom.xml | 20 ++++++++--------- hutool-extra/pom.xml | 22 +++++++++---------- hutool-log/pom.xml | 8 +++---- hutool-poi/pom.xml | 2 +- .../cn/hutool/poi/excel/ExcelPicUtil.java | 2 +- hutool-setting/pom.xml | 6 ----- hutool-system/pom.xml | 2 +- pom.xml | 5 +++-- 9 files changed, 32 insertions(+), 37 deletions(-) diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index f18caf644..856b34c10 100644 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -18,7 +18,7 @@ - 1.60 + 1.64 diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 8dbc7ef7e..659892b5f 100644 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -19,14 +19,14 @@ 0.9.5.4 - 2.4.0 - 8.5.35 - 1.1.12 + 2.7.0 + 9.0.27 + 1.1.20 2.4.13 - 3.8.2 - 3.21.0.1 - 2.3.6 - 3.0.1 + 3.11.0 + 3.28.0 + 2.5.0 + 3.1.0 @@ -114,19 +114,19 @@ mysql mysql-connector-java - 5.1.41 + 8.0.17 test org.postgresql postgresql - 42.2.5.jre7 + 42.2.8.jre7 test com.microsoft.sqlserver mssql-jdbc - 6.4.0.jre7 + 7.4.1.jre8 test diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index a490d1ef8..dcb3229fd 100644 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -19,17 +19,17 @@ 2.0 - 2.9.8 + 3.0.13.RELEASE 1.3.0 - 2.3.28 - 3.4 + 2.3.29 + 4.5 3.0.11.RELEASE 1.6.2 0.1.55 - 3.3.3 + 3.4.0 3.6 - 4.0.0 - 3.1.0 + 5.1.1 + 4.0.1 @@ -153,7 +153,7 @@ org.lionsoul jcseg-core - 2.0.1 + 2.5.0 true @@ -185,25 +185,25 @@ com.hankcs hanlp - portable-1.7.2 + portable-1.7.4 true org.apache.lucene lucene-analyzers-smartcn - 5.5.5 + 8.2.0 true org.apdplat word - 1.2 + 1.3.1 true com.mayabot.mynlp mynlp-segment - 3.0.0 + 3.0.2 true diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 5b93edafc..0374654f8 100644 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -19,12 +19,12 @@ 1.7.26 - 1.2.3 + 1.3.0-alpha4 1.2.17 - 2.11.2 + 2.12.1 1.2 - 1.3.5 - 3.3.2.Final + 1.3.6 + 3.4.1.Final diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 1f9758f72..2733166cf 100644 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -17,7 +17,7 @@ - 3.17 + 4.1.0 2.12.0 diff --git a/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelPicUtil.java b/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelPicUtil.java index c0f7d5e2d..a5000445f 100644 --- a/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelPicUtil.java +++ b/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelPicUtil.java @@ -4,13 +4,13 @@ import java.util.HashMap; import java.util.List; import java.util.Map; -import org.apache.poi.POIXMLDocumentPart; import org.apache.poi.hssf.usermodel.HSSFClientAnchor; import org.apache.poi.hssf.usermodel.HSSFPicture; import org.apache.poi.hssf.usermodel.HSSFPictureData; import org.apache.poi.hssf.usermodel.HSSFShape; import org.apache.poi.hssf.usermodel.HSSFSheet; import org.apache.poi.hssf.usermodel.HSSFWorkbook; +import org.apache.poi.ooxml.POIXMLDocumentPart; import org.apache.poi.ss.usermodel.PictureData; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.usermodel.XSSFDrawing; diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 4108ff87b..6d84bb0e1 100644 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -27,11 +27,5 @@ hutool-log ${project.parent.version} - - org.projectlombok - lombok - 1.18.6 - test - diff --git a/hutool-system/pom.xml b/hutool-system/pom.xml index 06b57231f..1937cc0be 100644 --- a/hutool-system/pom.xml +++ b/hutool-system/pom.xml @@ -26,7 +26,7 @@ com.github.oshi oshi-core - 3.13.3 + 4.0.0 provided diff --git a/pom.xml b/pom.xml index ba6b46479..8bc79ddda 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,8 @@ 8 - 4.12 + 4.13-beta-3 + 1.18.10 @@ -56,7 +57,7 @@ org.projectlombok lombok - 1.18.6 + ${lombok.version} test