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:38:20 UTC

[kafka] branch trunk 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 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 cbd46160e9f KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)
cbd46160e9f is described below

commit cbd46160e9f1a9327484ac2b9a5cf1c4f286bad9
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 dbb1941cb04..842962e61ad 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -263,8 +263,8 @@ swagger-core-2.2.0
 swagger-integration-2.2.0
 swagger-jaxrs2-2.2.0
 swagger-models-2.2.0
-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 7e63b32f33a..ee7ef88e334 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -125,7 +125,7 @@ versions += [
   swaggerAnnotations: "2.2.0",
   swaggerJaxrs2: "2.2.0",
   zinc: "1.7.2",
-  zookeeper: "3.6.3",
+  zookeeper: "3.6.4",
   zstd: "1.5.2-1"
 ]
 libs += [