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

hulee pushed a commit to branch helix-0.9-release
in repository https://gitbox.apache.org/repos/asf/helix.git

commit 1c9da1bd9704d141bd87260d2f80aca7763d05e7
Author: Hunter Lee <[email protected]>
AuthorDate: Fri May 31 17:08:03 2019 -0700

    Upgrade ZK to 3.4.13
---
 helix-core/helix-core-0.8.5-SNAPSHOT.ivy | 2 +-
 helix-core/pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helix-core/helix-core-0.8.5-SNAPSHOT.ivy 
b/helix-core/helix-core-0.8.5-SNAPSHOT.ivy
index 3f4f9a6..c61b78f 100644
--- a/helix-core/helix-core-0.8.5-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.8.5-SNAPSHOT.ivy
@@ -52,7 +52,7 @@ under the License.
     <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" 
conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="slf4j-log4j12" ext="jar"/>
     </dependency>
-    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.11" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.13" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" 
rev="1.8.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="commons-io" name="commons-io" rev="1.4" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 9b6cf44..d446b10 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -85,7 +85,7 @@ under the License.
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
-      <version>3.4.11</version>
+      <version>3.4.13</version>
       <exclusions>
         <exclusion>
           <groupId>junit</groupId>

Reply via email to