[java-parent-project-v3] branch master updated: JPAR-94 - Upgrade BC, again

Tom Zeller tzeller at dragonacea.biz
Tue Aug 8 16:08:56 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller 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=f5cad6eb457e5925a7d40244d431b5fd5a7d3f15

The following commit(s) were added to refs/heads/master by this push:
       new  f5cad6e   JPAR-94 - Upgrade BC, again
f5cad6e is described below

commit f5cad6eb457e5925a7d40244d431b5fd5a7d3f15
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 8 15:08:54 2017 -0500

    JPAR-94 - Upgrade BC, again
    
    Upgrade Bouncy Castle 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 e479ee2..3b4a320 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