[java-opensaml] branch main updated: JPAR-205 - Update Bouncy Castle components

Ian Young ian at iay.org.uk
Thu Jan 5 16:14:27 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=bbe48e403ca4375c311f8938923bbfbc262ecab6

The following commit(s) were added to refs/heads/main by this push:
     new bbe48e403 JPAR-205 - Update Bouncy Castle components
bbe48e403 is described below

commit bbe48e403ca4375c311f8938923bbfbc262ecab6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 21 14:40:46 2022 +0000

    JPAR-205 - Update Bouncy Castle components
    
    https://shibboleth.atlassian.net/browse/JPAR-205
---
 opensaml-security-api/pom.xml  | 4 ++--
 opensaml-security-impl/pom.xml | 2 +-
 opensaml-spring/pom.xml        | 2 +-
 opensaml-testing/pom.xml       | 2 +-
 opensaml-xmlsec-api/pom.xml    | 2 +-
 opensaml-xmlsec-impl/pom.xml   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 18c0b7270..3ad216ce5 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -56,11 +56,11 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
         </dependency>
 
         <dependency>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 019d1d237..25b036c1c 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -110,7 +110,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/opensaml-spring/pom.xml b/opensaml-spring/pom.xml
index 97bcdb6f9..e2f4ba863 100644
--- a/opensaml-spring/pom.xml
+++ b/opensaml-spring/pom.xml
@@ -71,7 +71,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
 
         <dependency>
diff --git a/opensaml-testing/pom.xml b/opensaml-testing/pom.xml
index 10ac545ad..bf3154faf 100644
--- a/opensaml-testing/pom.xml
+++ b/opensaml-testing/pom.xml
@@ -85,7 +85,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
 
         <!-- Provided Dependencies -->
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index a4e2f6b30..febdf4b5c 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
 
         <dependency>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index d0026856b..9785e5da7 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -61,7 +61,7 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
         </dependency>
         <!-- TODO This needs to be removed once classes are moved from security-impl to security-api -->
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list