You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/04/05 16:18:27 UTC

[storm] branch 1.x-branch updated: [STORM-3233] Updating zookeeper to version 3.4.14, 1.x branch

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

srdo pushed a commit to branch 1.x-branch
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/1.x-branch by this push:
     new d42c204  [STORM-3233] Updating zookeeper to version 3.4.14, 1.x branch
     new d6efb9b  Merge branch 'STORM-3233-1.x' of https://github.com/pacham7/storm into asfgit-1.x-branch
d42c204 is described below

commit d42c20420228c4b0215c3de5f54dcb78935bf97e
Author: Peter Chamberlain <pe...@htk.co.uk>
AuthorDate: Thu Apr 4 11:20:16 2019 +0100

    [STORM-3233] Updating zookeeper to version 3.4.14, 1.x branch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 09769ab..8ad193f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@
         <clojure-complete.version>0.2.3</clojure-complete.version>
         <mockito.version>1.9.5</mockito.version>
         <conjure.version>2.1.3</conjure.version>
-        <zookeeper.version>3.4.6</zookeeper.version>
+        <zookeeper.version>3.4.14</zookeeper.version>
         <clojure-data-codec.version>0.1.0</clojure-data-codec.version>
         <clojure-contrib.version>1.2.0</clojure-contrib.version>
         <hive.version>0.14.0</hive.version>