[java-parent-project] 02/02: JPAR-205 - Update Bouncy Castle components
Ian Young
ian at iay.org.uk
Wed Dec 21 14:46:25 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=6757b1a0f35e5fc123b9eb33bf5a1b219edf8b6c
commit 6757b1a0f35e5fc123b9eb33bf5a1b219edf8b6c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 21 14:35:14 2022 +0000
JPAR-205 - Update Bouncy Castle components
https://shibboleth.atlassian.net/browse/JPAR-205
---
pom.xml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index ac21828..e5744b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,8 @@
<ant.version>1.10.12</ant.version>
- <bouncycastle.version>1.70</bouncycastle.version>
+ <bouncycastle.version>1.72</bouncycastle.version>
+ <bouncycastle.pg.version>1.72.2</bouncycastle.pg.version>
<commons.compress.version>1.22</commons.compress.version>
<cryptacular.version>1.2.5</cryptacular.version>
<duoweb.version>1.3</duoweb.version>
@@ -408,22 +409,22 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpg-jdk15on</artifactId>
- <version>${bouncycastle.version}</version>
+ <artifactId>bcpg-jdk18on</artifactId>
+ <version>${bouncycastle.pg.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcutil-jdk15on</artifactId>
+ <artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list