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 19:47:32 UTC

[kafka] branch 2.4 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.4
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit bdc3126137088f74f991d21ef3beec5b33b5bc07
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 7597b9c..da35300 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -114,7 +114,7 @@ versions += [
   spotbugs: "3.1.12",
   spotbugsPlugin: "1.6.9",
   spotlessPlugin: "3.23.1",
-  zookeeper: "3.5.7",
+  zookeeper: "3.5.8",
   zstd: "1.4.3-1"
 ]