You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/02/15 21:19:56 UTC

[kafka] branch zk-3.5.7 created (now f580ea9)

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

ijuma pushed a change to branch zk-3.5.7
in repository https://gitbox.apache.org/repos/asf/kafka.git.


      at f580ea9  KAFKA-9515: Upgrade ZooKeeper to 3.5.7

This branch includes the following new commits:

     new f580ea9  KAFKA-9515: Upgrade ZooKeeper to 3.5.7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: KAFKA-9515: Upgrade ZooKeeper to 3.5.7

Posted by ij...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch zk-3.5.7
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit f580ea9d0a04b4d9323345840550e4b8ff27be86
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Sat Feb 15 13:19:23 2020 -0800

    KAFKA-9515: Upgrade ZooKeeper to 3.5.7
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 0c2116c..c1b7df5 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -113,7 +113,7 @@ versions += [
   spotbugsPlugin: "3.0.0",
   spotlessPlugin: "3.27.1",
   testRetryPlugin: "1.1.0",
-  zookeeper: "3.5.6",
+  zookeeper: "3.5.7",
   zstd: "1.4.4-7"
 ]
 libs += [