summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-07-12 15:33:43 -0400
committersu622b <su622b@att.com>2019-07-12 15:33:59 -0400
commit360b04b616c672fd95921f5638e4d843355d082c (patch)
tree14ebb108e08280a32df75145fb5d211746025839
parentca7950ef9b75e1d5d66acee6460c8244f653adee (diff)
fix for security vulnerabilities
Issue-ID: DMAAP-986 Change-Id: I1cdeff91669c6b39cd3e31d9fb12ddd492580567 Signed-off-by: su622b <su622b@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8e80e08..0c020fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.10</version>
+ <version>3.4.13</version>
</dependency>
<!-- JSON libraries -->