[java-parent-project-v3] 01/04: IDP-845 - Update Bouncy Castle from 1.51 to 1.53.
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 30 13:14:45 EDT 2015
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.
commit 17f809f4c6fbfac623f2249389d4a620d2b2fa00
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Oct 30 11:43:17 2015 -0500
IDP-845 - Update Bouncy Castle from 1.51 to 1.53.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5830c0e..fb5b541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,12 +271,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.51</version>
+ <version>1.53</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.51</version>
+ <version>1.53</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