You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/01/02 18:21:39 UTC

[directory-server] branch master updated: Updating BouncyCastle

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ffff1  Updating BouncyCastle
a1ffff1 is described below

commit a1ffff17dcdde06397f64b0035569c53aa111a3b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 2 18:21:19 2019 +0000

    Updating BouncyCastle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27c9453..9fa7256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     
     <!-- Set versions for depending jars -->
     <ant.version>1.10.1</ant.version>
-    <bcprov.version>1.59</bcprov.version>
+    <bcprov.version>1.60</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.11</commons.codec.version>
     <commons.collections.version>4.2</commons.collections.version>