[java-opensaml] branch master updated: OSJ-227 EC keypair failures

Daniel Fisher dfisher at vt.edu
Fri Apr 27 10:07:58 EDT 2018


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

dfisher pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=329872d6f92c383d66ee7f64f7bd52494868a726

The following commit(s) were added to refs/heads/master by this push:
       new  329872d   OSJ-227 EC keypair failures
329872d is described below

commit 329872d6f92c383d66ee7f64f7bd52494868a726
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Fri Apr 27 10:05:05 2018 -0400

    OSJ-227 EC keypair failures
    
    Update cryptacular version to correct EC key parsing issues.
---
 opensaml-security-api/pom.xml | 1 +
 opensaml-storage-impl/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index e195662..8ebddad 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -38,6 +38,7 @@
         <dependency>
             <groupId>org.cryptacular</groupId>
             <artifactId>cryptacular</artifactId>
+            <version>1.1.3-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index a3fb7c0..6933229 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>org.cryptacular</groupId>
             <artifactId>cryptacular</artifactId>
+            <version>1.1.3-SNAPSHOT</version>
         </dependency>
 
         <!-- Provided Dependencies -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list