From cb3832bd3027345a4ce749bb781efcc9f62ba96a Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 8 Jul 2023 18:54:25 +0800 Subject: [PATCH] fix code --- hutool-crypto/pom.xml | 2 +- hutool-json/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index 77276f271..efb3d29ea 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -42,7 +42,7 @@ org.bouncycastle - bcpkix-jdk15to18 + bcpkix-jdk18on ${bouncycastle.version} compile true diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index 874e187da..8f6e7f401 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -49,7 +49,7 @@ org.bouncycastle - bcprov-jdk15to18 + bcpkix-jdk18on ${bouncycastle.version} test