diff options
author | su622b <su622b@att.com> | 2019-07-12 16:04:04 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-07-12 16:04:50 -0400 |
commit | 1e20f70c5b6ba6da9e069f3d99452f8a192e1d29 (patch) | |
tree | 3b686c05a0aac72b4c4f925648c9d6bd2df5522b /pom.xml | |
parent | 360b04b616c672fd95921f5638e4d843355d082c (diff) |
fix for security vulnerabilities
Issue-ID: DMAAP-985
Change-Id: Icc03c50ffb5f93dae2fd24d2cc5c72037b99e71c
Signed-off-by: su622b <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |