summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-05-05 10:46:58 +0200
committerHarald Musum <musum@oath.com>2018-05-05 10:46:58 +0200
commit698f38b29f2ae2beff02f18dc071d2b5a94eaf3f (patch)
treec32bcc913188ef99055dd4dbc14ba461e014b279 /parent
parent789e97e4e81768a340da859c165165a3d81cb984 (diff)
Upgrade to ZooKeeper 3.4.12
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index a15807d0fe4..1472c31851d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -468,14 +468,14 @@
<artifactId>commons-pool</artifactId>
<version>1.5.6</version>
</dependency>
- <!-- Explicitly included to get Zookeeper version 3.4.10,
+ <!-- Explicitly included to get Zookeeper version 3.4.12,
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.10</version>
+ <version>3.4.12</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>