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

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


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=4a0dc248d87f0eb86e4b4c0a32cb36eb79ecf720

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

commit 4a0dc248d87f0eb86e4b4c0a32cb36eb79ecf720
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 5 16:12:06 2023 +0000

    JPAR-205 - Update Bouncy Castle components
    
    https://shibboleth.atlassian.net/browse/JPAR-205
---
 shib-security/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-security/pom.xml b/shib-security/pom.xml
index 5c1ff015..d91fbbef 100644
--- a/shib-security/pom.xml
+++ b/shib-security/pom.xml
@@ -45,11 +45,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>
 
         <!-- Used for a couple of command line tools -->

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


More information about the commits mailing list