diff options
author | su622b <su622b@att.com> | 2019-07-12 15:33:43 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-07-12 15:33:59 -0400 |
commit | 360b04b616c672fd95921f5638e4d843355d082c (patch) | |
tree | 14ebb108e08280a32df75145fb5d211746025839 /pom.xml | |
parent | ca7950ef9b75e1d5d66acee6460c8244f653adee (diff) |
fix for security vulnerabilities
Issue-ID: DMAAP-986
Change-Id: I1cdeff91669c6b39cd3e31d9fb12ddd492580567
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.10</version> + <version>3.4.13</version> </dependency> <!-- JSON libraries --> |