aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-09-12 12:34:40 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-09-12 12:34:40 +0200
commit64a173b5d7cb0e3e296ead7c5c4dd497d2561585 (patch)
tree861847ba524fc931c9ae562a50a88ff50e9800fc /pom.xml
parentfb9d1edd5a0c8480672121992836c09ebbf478ed (diff)
Upgrade ZooKeeper from 3.4.8 to 3.4.9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 870b710aab3..16704c7b6f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -734,14 +734,14 @@
<artifactId>commons-pool</artifactId>
<version>1.5.6</version>
</dependency>
- <!-- Explicitly included to get Zookeeper version 3.4.8,
+ <!-- Explicitly included to get Zookeeper version 3.4.9,
can be excluded if you want the Zookeeper version
used by curator by default
-->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.8</version>
+ <version>3.4.9</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>