[java-parent-project-v3] branch master updated: Update bouncycastle and cryptacular and make versions properties
Tom Zeller
tzeller at dragonacea.biz
Wed Aug 24 15:18:52 EDT 2016
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=f929cc0cd1ab5220b1d18f24a1502cce7e9bb4b3
The following commit(s) were added to refs/heads/master by this push:
new f929cc0 Update bouncycastle and cryptacular and make versions properties
f929cc0 is described below
commit f929cc0cd1ab5220b1d18f24a1502cce7e9bb4b3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 24 14:15:50 2016 -0500
Update bouncycastle and cryptacular and make versions properties
---
pom.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0d3c6f3..123644b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,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>
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
<httpclient.version>4.3.6</httpclient.version>
<guava.version>19.0</guava.version>
@@ -292,17 +294,17 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
- <version>1.0</version>
+ <version>${cryptacular.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.53</version>
+ <version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.53</version>
+ <version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list