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

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


The following commit(s) were added to refs/heads/3.6 by this push:
     new 7a92d487a2c KAFKA-15596: Upgrade ZooKeeper to 3.8.3 (#14535)
7a92d487a2c is described below

commit 7a92d487a2ca0ac9b685a4e194b1d9f9258a1dee
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Oct 12 17:30:23 2023 +0200

    KAFKA-15596: Upgrade ZooKeeper to 3.8.3 (#14535)
    
    Reviewers: Luke Chen <[email protected]>, Divij Vaidya <[email protected]>
---
 LICENSE-binary             | 4 ++--
 gradle/dependencies.gradle | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 48f4663b440..5849a6a156b 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -263,8 +263,8 @@ scala-reflect-2.13.11
 scala-java8-compat_2.13-1.0.2
 snappy-java-1.1.10.5
 swagger-annotations-2.2.8
-zookeeper-3.8.2
-zookeeper-jute-3.8.2
+zookeeper-3.8.3
+zookeeper-jute-3.8.3
 
 ===============================================================================
 This product bundles various third-party components under other open source
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 6141a0cf8f6..d4c3c1717b1 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -148,7 +148,7 @@ versions += [
   swaggerAnnotations: "2.2.8",
   swaggerJaxrs2: "2.2.8",
   zinc: "1.9.2",
-  zookeeper: "3.8.2",
+  zookeeper: "3.8.3",
   zstd: "1.5.5-1"
 ]
 

Reply via email to