You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/08/09 08:51:06 UTC

[incubator-openwhisk] 01/02: Update zookeeper package

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

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git

commit 65ac37ce7c2a581e7092d4d290aa55855d0c41e5
Author: Christian Bickel <cb...@de.ibm.com>
AuthorDate: Fri Aug 4 07:06:17 2017 +0300

    Update zookeeper package
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 6c89ddd..fe17c58 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -29,7 +29,7 @@ dependencies {
     compile 'commons-io:commons-io:2.4'
     compile 'commons-logging:commons-logging:1.2'
     compile 'commons-collections:commons-collections:3.2.2'
-    compile 'org.apache.zookeeper:zookeeper:3.4.6'
+    compile 'org.apache.zookeeper:zookeeper:3.4.10'
     compile 'org.apache.kafka:kafka-clients:0.10.2.1'
     compile 'org.apache.httpcomponents:httpclient:4.4.1'
     compile 'com.github.ben-manes.caffeine:caffeine:2.4.0'

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.