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 15:56:58 UTC

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


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

commit 8d3251e57b8dd70cf13d86722b5a63cd5faf5144
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 7993d12..3057ab1 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -116,7 +116,7 @@ versions += [
   spotlessPlugin: "3.28.1",
   testRetryPlugin: "1.1.5",
   zinc: "1.3.5",
-  zookeeper: "3.5.7",
+  zookeeper: "3.5.8",
   zstd: "1.4.4-7"
 ]
 libs += [