[DS-3795] Update zookeeper (even though not used) to address known vulnerabilities.

This commit is contained in:
Mark H. Wood
2018-04-23 16:17:45 -04:00
parent a3fb9f5c3a
commit 5cda7abed4

View File

@@ -228,6 +228,10 @@
<artifactId>jetty-xml</artifactId>
<groupId>org.eclipse.jetty</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -235,7 +239,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.6</version>
<version>3.4.10</version>
</dependency>
<!-- Replace J.U.L. logging with log4j -->