[java-opensaml] branch maint-4 updated: JPAR-205 - Update Bouncy Castle components
Ian Young
ian at iay.org.uk
Wed Dec 21 14:46:12 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=15de34ddabf387973bfcce455d68c7cf4d53457b
The following commit(s) were added to refs/heads/maint-4 by this push:
new 15de34dda JPAR-205 - Update Bouncy Castle components
15de34dda is described below
commit 15de34ddabf387973bfcce455d68c7cf4d53457b
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-storage-impl/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 043846887..6138aa9ed 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-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 874654b51..9baa1df0e 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list