aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-20 12:39:19 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-20 12:39:19 +0200
commit7e99c69f472df588ae9d78eefd5006489a734bcb (patch)
tree98faea6b6fce40c03a654c6055fce9bad6dc7acd /parent
parentf700e397e0641d37a9cf49cedf0c154b548b87cf (diff)
Upgrade to ZooKeeper 3.4.14
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 e2012214d89..976550f3d4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -495,14 +495,14 @@
<artifactId>commons-pool</artifactId>
<version>1.5.6</version>
</dependency>
- <!-- Explicitly included to get Zookeeper version 3.4.13,
+ <!-- Explicitly included to get Zookeeper version 3.4.14,
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.13</version>
+ <version>3.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>