[java-support] branch maint-8 updated: JPAR-205 - Update Bouncy Castle components
Ian Young
ian at iay.org.uk
Wed Dec 21 14:46:32 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-8
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=0a83f97d8fec23d6f558220d7a67d7d1d3741885
The following commit(s) were added to refs/heads/maint-8 by this push:
new 0a83f97 JPAR-205 - Update Bouncy Castle components
0a83f97 is described below
commit 0a83f97d8fec23d6f558220d7a67d7d1d3741885
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 21 14:43:06 2022 +0000
JPAR-205 - Update Bouncy Castle components
https://shibboleth.atlassian.net/browse/JPAR-205
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e89835a..d99aa24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,13 +114,13 @@
<dependency>
<!-- Required if you're using classes from the security package. -->
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<!-- Required if you're using classes from the security package. -->
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
<optional>true</optional>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list