This is an automated email from the ASF dual-hosted git repository.
rndgstn pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.1 by this push:
new 609b5364d52 KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)
609b5364d52 is described below
commit 609b5364d525c9490f4ab493112fdeda7639d058
Author: Ron Dagostino <[email protected]>
AuthorDate: Tue Feb 21 08:37:48 2023 -0500
KAFKA-14731: Upgrade ZooKeeper to 3.6.4 (#13273)
Reviewers: Colin Patrick McCabe <[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 a92e0b5128c..e9cc4892fe5 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -255,8 +255,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.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 c92843b4b6f..d57ac51ccb3 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -116,7 +116,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.0-4"
]
libs += [