diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 6231d4545..1ef2aec1b 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -39,7 +39,7 @@ 3.1.2.RELEASE 1.6.2 0.1.55 - 0.37.0 + 0.38.0 3.5.2 3.9.0 5.1.1 @@ -204,6 +204,14 @@ slf4j-api org.slf4j + + bcpkix-jdk18on + org.bouncycastle + + + bcprov-jdk18on + org.bouncycastle + true diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 01f1c32b6..e5a712ce9 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -55,6 +55,16 @@ ofdrw-full 2.2.4 compile + + + bcpkix-jdk15on + org.bouncycastle + + + bcprov-jdk15on + org.bouncycastle + + true