[java-parent-project] branch main updated: Update Bouncy Castle to 1.70; manage new bcutil artifact
Ian Young
ian at iay.org.uk
Wed Mar 2 14:11:57 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=fd70fa5b9c35dbc6a539ad6ca88c584fe05be304
The following commit(s) were added to refs/heads/main by this push:
new fd70fa5 Update Bouncy Castle to 1.70; manage new bcutil artifact
fd70fa5 is described below
commit fd70fa5b9c35dbc6a539ad6ca88c584fe05be304
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Mar 2 14:11:53 2022 +0000
Update Bouncy Castle to 1.70; manage new bcutil artifact
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e56af9b..670e140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<ant.version>1.10.12</ant.version>
- <bouncycastle.version>1.68</bouncycastle.version>
+ <bouncycastle.version>1.70</bouncycastle.version>
<commons.compress.version>1.21</commons.compress.version>
<cryptacular.version>1.2.4</cryptacular.version>
<duoweb.version>1.3</duoweb.version>
@@ -418,6 +418,11 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcutil-jdk15on</artifactId>
+ <version>${bouncycastle.version}</version>
+ </dependency>
<dependency>
<groupId>org.hibernate</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list