You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2018/03/18 19:51:16 UTC

[directory-server] branch master updated: Update bouncycastle, new version fixes OSGi BREE issue with Studio/Tycho (see https://www.bouncycastle.org/jira/browse/BJA-669)

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

seelmann 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 6200fa2  Update bouncycastle, new version fixes OSGi BREE issue with Studio/Tycho (see https://www.bouncycastle.org/jira/browse/BJA-669)
6200fa2 is described below

commit 6200fa2b25e9aa96517283dd9a965a753eeca7b1
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Mar 18 20:49:16 2018 +0100

    Update bouncycastle, new version fixes OSGi BREE issue with Studio/Tycho (see https://www.bouncycastle.org/jira/browse/BJA-669)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc8e289..a3d8976 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.56</bcprov.version>
+    <bcprov.version>1.59</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.collections.version>3.2.2</commons.collections.version>
     <commons.daemon.version>1.0.15</commons.daemon.version>

-- 
To stop receiving notification emails like this one, please contact
seelmann@apache.org.