You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/05/15 16:10:11 UTC

[kafka] branch 2.5 updated: KAFKA-9996: Upgrade zookeeper to 3.5.8 (#8674)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch 2.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.5 by this push:
     new 6522936  KAFKA-9996: Upgrade zookeeper to 3.5.8 (#8674)
6522936 is described below

commit 6522936fc01fb1c5c7ef70bdf4735e3e65f14664
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Fri May 15 08:56:00 2020 -0700

    KAFKA-9996: Upgrade zookeeper to 3.5.8 (#8674)
    
    It fixes 30 issues, including third party CVE fixes, several leader-election
    related fixes and a compatibility issue with applications built against earlier
    3.5 client libraries (by restoring a few non public APIs).
    
    See ZooKeeper 3.5.8 Release Notes for details: https://zookeeper.apache.org/doc/r3.5.8/releasenotes.html
    
    Reviewers: Manikumar Reddy <ma...@confluent.io>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 5e766b7..cddee8b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -115,7 +115,7 @@ versions += [
   spotbugs: "3.1.12",
   spotbugsPlugin: "3.0.0",
   spotlessPlugin: "3.27.1",
-  zookeeper: "3.5.7",
+  zookeeper: "3.5.8",
   zstd: "1.4.4-7"
 ]
 libs += [