You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/10/24 03:13:54 UTC

[curator] branch master updated: CURATOR-693. Bump ZooKeeper version to 3.7.2 (#489)

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

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new f5fb6d10 CURATOR-693. Bump ZooKeeper version to 3.7.2 (#489)
f5fb6d10 is described below

commit f5fb6d109257e35de250af7d6c0090b42f2a18a2
Author: Sergey Nuyanzin <sn...@gmail.com>
AuthorDate: Tue Oct 24 05:13:50 2023 +0200

    CURATOR-693. Bump ZooKeeper version to 3.7.2 (#489)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 553dc96a..67a2f392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <redirectTestOutputToFile>true</redirectTestOutputToFile>
 
         <!-- versions -->
-        <zookeeper-version>3.7.1</zookeeper-version>
+        <zookeeper-version>3.7.2</zookeeper-version>
         <maven-bundle-plugin-version>5.1.4</maven-bundle-plugin-version>
         <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
         <maven-dependency-plugin-version>3.2.0</maven-dependency-plugin-version>