[java-parent-project-v3] branch master updated: JPAR-94 Upgrade BC
Daniel Fisher
dfisher at vt.edu
Mon Aug 7 00:18:26 EDT 2017
This is an automated email from the git hooks/post-receive script.
dfisher pushed a commit to branch master
in repository java-parent-project-v3.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=3ad7ba5cc6543c1ba42692248ae65d46d604a51a
The following commit(s) were added to refs/heads/master by this push:
new 3ad7ba5 JPAR-94 Upgrade BC
3ad7ba5 is described below
commit 3ad7ba5cc6543c1ba42692248ae65d46d604a51a
Author: Daniel Fisher <dfisher at gmail.com>
AuthorDate: Mon Aug 7 00:16:25 2017 -0400
JPAR-94 Upgrade BC
Upgrade bouncycastle to v1.57.
Includes cryptacular v1.1.2 with the same BC dependency.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 829d057..f6c6c94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,8 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
- <bouncycastle.version>1.54</bouncycastle.version>
- <cryptacular.version>1.1.1</cryptacular.version>
+ <bouncycastle.version>1.57</bouncycastle.version>
+ <cryptacular.version>1.1.2</cryptacular.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
<httpclient.version>4.3.6</httpclient.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list