GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/4345
KAFKA-6390: Update ZooKeeper to 3.4.11, Gradle and other minor updates Updates: - Gradle, gradle plugins and maven artifact updated - Bug fix updates for ZooKeeper, Jackson, EasyMock and Snappy Not updated: - RocksDB as it often causes issues, so better done separately - args4j as our test coverage is weak and the update was a feature release Release notes for ZooKeeper 3.4.11: https://zookeeper.apache.org/doc/r3.4.11/releasenotes.html Notable fix is improved handling of UnknownHostException: https://issues.apache.org/jira/browse/ZOOKEEPER-2614 Manually tested that IntelliJ import and build still works. Relying on existing test suite otherwise. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-6390-zk-3.4.11-and-other-updates Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4345.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4345 ---- commit 5df853f9ea5425e08794507d1d104d050b56dde2 Author: Ismael Juma <ismael@...> Date: 2017-12-20T10:27:57Z KAFKA-6390: Update ZooKeeper to 3.4.11, Gradle and other minor updates Updates: - Gradle, gradle plugins and maven artifact updated - Bug fix updates for ZooKeeper, Jackson, EasyMock and Snappy Release notes for ZooKeeper 3.4.11: https://zookeeper.apache.org/doc/r3.4.11/releasenotes.html Notable fix is improved handling of UnknownHostException: https://issues.apache.org/jira/browse/ZOOKEEPER-2614 ---- ---