This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new cf5459d46 deps: bouncycastle update artifact
     new b67ee748a Merge pull request #1071 from lprimak/bouncycastly-update
cf5459d46 is described below

commit cf5459d468df542b6b714d4a3cb0e78827fef562
Author: lprimak <le...@flowlogix.com>
AuthorDate: Thu Sep 14 22:42:41 2023 -0500

    deps: bouncycastle update artifact
---
 crypto/cipher/pom.xml | 2 +-
 crypto/hash/pom.xml   | 2 +-
 pom.xml               | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml
index a190c73b5..43d96b292 100644
--- a/crypto/cipher/pom.xml
+++ b/crypto/cipher/pom.xml
@@ -72,7 +72,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml
index 82acf151d..1c3e1add5 100644
--- a/crypto/hash/pom.xml
+++ b/crypto/hash/pom.xml
@@ -68,7 +68,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index 87b192a39..0161059c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <guice.version>4.2.3</guice.version>
         <jaxrs.api.version>2.1.6</jaxrs.api.version>
         <htmlunit.version>3.5.0</htmlunit.version>
-        <bouncycastle.version>1.70</bouncycastle.version>
+        <bouncycastle.version>1.76</bouncycastle.version>
 
         <!-- Test 3rd-party dependencies: -->
         <easymock.version>5.2.0</easymock.version>
@@ -1440,7 +1440,7 @@
 
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcprov-jdk15on</artifactId>
+                <artifactId>bcprov-jdk18on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
         </dependencies>

Reply via email to