[java-support] branch master updated: Override BC version to 1.54 for testing.
Scott Cantor
cantor.2 at osu.edu
Fri Aug 5 14:33:35 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=411d24b7e620f1c60c48b30f205ee1505144def4
The following commit(s) were added to refs/heads/master by this push:
new 411d24b Override BC version to 1.54 for testing.
411d24b is described below
commit 411d24b7e620f1c60c48b30f205ee1505144def4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 5 14:33:10 2016 -0400
Override BC version to 1.54 for testing.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index f994d12..a323c7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,12 +101,14 @@
<!-- Required if you're using classes from the security package. -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
+ <version>1.54</version>
<optional>true</optional>
</dependency>
<dependency>
<!-- Required if you're using classes from the security package. -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
+ <version>1.54</version>
<optional>true</optional>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list