MINOR: Upgrade zk to 3.5.6 (#7544)

It includes an important fix for people running on k8s:

* ZOOKEEPER-3320: Leader election port stop listen when
hostname unresolvable for some time

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
Ismael Juma 2019-10-17 09:59:02 -07:00 committed by GitHub
parent d9f0be4523
commit baaccbb018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ versions += [
spotbugs: "3.1.12",
spotbugsPlugin: "1.6.9",
spotlessPlugin: "3.23.1",
zookeeper: "3.5.5",
zookeeper: "3.5.6",
zstd: "1.4.3-1"
]