summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-07-12 16:04:04 -0400
committersu622b <su622b@att.com>2019-07-12 16:04:50 -0400
commit1e20f70c5b6ba6da9e069f3d99452f8a192e1d29 (patch)
tree3b686c05a0aac72b4c4f925648c9d6bd2df5522b
parent360b04b616c672fd95921f5638e4d843355d082c (diff)
fix for security vulnerabilities
Issue-ID: DMAAP-985 Change-Id: Icc03c50ffb5f93dae2fd24d2cc5c72037b99e71c 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 0c020fa..7b3e943 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.13</version>
+ <version>3.4.14</version>
</dependency>
<!-- JSON libraries -->