You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/11/07 03:22:40 UTC

kafka git commit: KAFKA-2767; Upgrade ZkClient version to 0.7

Repository: kafka
Updated Branches:
  refs/heads/trunk 15524d097 -> 30bf98534


KAFKA-2767; Upgrade ZkClient version to 0.7

Author: Flavio Junqueira <fp...@apache.org>

Reviewers: Jun Rao <ju...@gmail.com>

Closes #449 from fpj/KAFKA-2767


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/30bf9853
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/30bf9853
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/30bf9853

Branch: refs/heads/trunk
Commit: 30bf985348dcc5b9dc2fba4ad38009342fa18442
Parents: 15524d0
Author: Flavio Junqueira <fp...@apache.org>
Authored: Fri Nov 6 20:22:34 2015 -0600
Committer: Jun Rao <ju...@gmail.com>
Committed: Fri Nov 6 20:22:34 2015 -0600

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/30bf9853/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c82ece9..7f6d521 100644
--- a/build.gradle
+++ b/build.gradle
@@ -257,7 +257,7 @@ project(':core') {
     compile "$slf4jlog4j"
     compile "org.scala-lang:scala-library:$scalaVersion"
     compile 'org.apache.zookeeper:zookeeper:3.4.6'
-    compile 'com.101tec:zkclient:0.6'
+    compile 'com.101tec:zkclient:0.7'
     compile 'com.yammer.metrics:metrics-core:2.2.0'
     compile 'net.sf.jopt-simple:jopt-simple:3.2'
     if (scalaVersion.startsWith('2.11')) {