This is an automated email from the ASF dual-hosted git repository. nkalmar 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 78b3d1a ZOOKEEPER-3404: Downgrade BouncyCastle to 1.60 78b3d1a is described below commit 78b3d1a8c1ea8453423682ad09675dfb1df04384 Author: Andor Molnar AuthorDate: Tue May 28 16:04:34 2019 +0200 ZOOKEEPER-3404: Downgrade BouncyCastle to 1.60 I've seen a lot of test timeout errors with QuorumSSL tests since I upgraded master to BouncyCastle 1.61 due to a Java 9 warning. The warning has been reported by Enrico Olivelli which we tried to solve by the upgrade, but the warning message is still present so I don't see any harm in downgrading to the previous version. https://issues.apache.org/jira/browse/ZOOKEEPER-3404 Author: Andor Molnar Reviewers: Enrico Olivelli , Norbert Kalmar Closes #961 from anmolnar/ZOOKEEPER-3404 --- build.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 2f421e0..3ba2079 100644 --- a/build.xml +++ b/build.xml @@ -44,7 +44,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - + diff --git a/pom.xml b/pom.xml index 51ff7b4..dbd7d81 100755 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,7 @@ 2.11 1.1.7 1.1.0 - 1.61 + 1.60 3.2.2 2.6 3.2.5