This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 668499e ZOOKEEPER-3273: Sync BouncyCastle version in Maven build and
Ant build
668499e is described below
commit 668499ea2f13e0029838f2b5dfeefe361e1ad680
Author: Enrico Olivelli <[email protected]>
AuthorDate: Thu Feb 7 11:20:05 2019 +0100
ZOOKEEPER-3273: Sync BouncyCastle version in Maven build and Ant build
Uee 1.60 in Ant, the same version used in Maven
Author: Enrico Olivelli <[email protected]>
Reviewers: [email protected]
Closes #808 from eolivelli/fix/ZOOKEEPER-3273
(cherry picked from commit 8a2a1b5bced7810b9205d111181c8ae796670955)
Signed-off-by: Andor Molnar <[email protected]>
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index eb4edd8..df245f7 100644
--- a/build.xml
+++ b/build.xml
@@ -44,7 +44,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="checkstyle.version" value="7.1.2"/>
<property name="commons-collections.version" value="3.2.2"/>
- <property name="bouncycastle.version" value="1.56"/>
+ <property name="bouncycastle.version" value="1.60"/>
<property name="jdiff.version" value="1.0.9"/>
<property name="xerces.version" value="1.4.4"/>