This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push: new 8a2a1b5 ZOOKEEPER-3273: Sync BouncyCastle version in Maven build and Ant build 8a2a1b5 is described below commit 8a2a1b5bced7810b9205d111181c8ae796670955 Author: Enrico Olivelli <eolive...@apache.org> 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 <eolive...@apache.org> Reviewers: an...@apache.org Closes #808 from eolivelli/fix/ZOOKEEPER-3273 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 61f0bb0..e28839b 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"/>