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:45:50 UTC

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


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

commit 609e34835c6361bfffd80cba4e6b132f41af2374
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 ed3e0f2ac7d..7331fc840ee 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -256,8 +256,8 @@ scala-logging_2.13-3.9.4
 scala-reflect-2.13.8
 scala-java8-compat_2.13-1.0.2
 snappy-java-1.1.8.4
-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 0465b3d73c4..01ab5ceb032 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -117,7 +117,7 @@ versions += [
   snappy: "1.1.8.4",
   spotbugs: "4.2.2",
   zinc: "1.3.5",
-  zookeeper: "3.6.3",
+  zookeeper: "3.6.4",
   zstd: "1.5.2-1"
 ]
 libs += [