You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rn...@apache.org on 2023/02/21 13:49:17 UTC

[kafka] branch 3.0 updated: KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)

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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 4799482efe5 KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)
4799482efe5 is described below

commit 4799482efe5a103991ef22a2ca42d8b3fa14129d
Author: Ron Dagostino <rn...@gmail.com>
AuthorDate: Tue Feb 21 08:37:48 2023 -0500

    KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)
    
    Reviewers: Colin Patrick McCabe <cm...@apache.org>
---
 LICENSE-binary             | 4 ++--
 gradle/dependencies.gradle | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 34c456ed0b9..cc5ef2e5d76 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -254,8 +254,8 @@ scala-logging_2.13-3.9.3
 scala-reflect-2.13.6
 scala-java8-compat_2.13-1.0.0
 snappy-java-1.1.8.1
-zookeeper-3.6.3
-zookeeper-jute-3.6.3
+zookeeper-3.6.4
+zookeeper-jute-3.6.4
 
 ===============================================================================
 This product bundles various third-party components under other open source
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 9d262702159..e7fcc7781e2 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -113,7 +113,7 @@ versions += [
   snappy: "1.1.8.1",
   spotbugs: "4.2.2",
   zinc: "1.3.5",
-  zookeeper: "3.6.3",
+  zookeeper: "3.6.4",
   zstd: "1.5.0-2"
 ]
 libs += [