[xmlsectool] branch main updated: JPAR-205 - Update Bouncy Castle components
Ian Young
ian at iay.org.uk
Wed Dec 21 14:46:50 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=7c83bd8907bd46a6d43126ca61679115791790d4
The following commit(s) were added to refs/heads/main by this push:
new 7c83bd8 JPAR-205 - Update Bouncy Castle components
7c83bd8 is described below
commit 7c83bd8907bd46a6d43126ca61679115791790d4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 21 14:44:20 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 4e57b4b..f02a192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<properties>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0</opensaml.version>
+ <opensaml.version>4.3.0-SNAPSHOT</opensaml.version>
<java-support.version>8.3.1</java-support.version>
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</properties>
@@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list