You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2020/02/16 22:05:18 UTC

[curator] branch master updated: [CURATOR-548] Bump zookeeper version to 3.5.7

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

randgalt 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 7670ae3  [CURATOR-548] Bump zookeeper version to 3.5.7
7670ae3 is described below

commit 7670ae372d469d87a0ce0ed32ac0c233c6a29b97
Author: Oleksandr Porunov <al...@gmail.com>
AuthorDate: Wed Oct 16 11:30:04 2019 +0300

    [CURATOR-548] Bump zookeeper version to 3.5.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 43f2d561..66ae839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <jdk-version>1.${short-jdk-version}</jdk-version>
 
         <!-- versions -->
-        <zookeeper-version>3.5.5</zookeeper-version>
+        <zookeeper-version>3.5.7</zookeeper-version>
         <maven-bundle-plugin-version>4.1.0</maven-bundle-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <doxia-module-confluence-version>1.8</doxia-module-confluence-version>