aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2020-03-31 18:43:15 -0400
committersu622b <su622b@att.com>2020-03-31 18:43:32 -0400
commit3016a2d6d1e814704f18f8992de49b8b571c051c (patch)
tree70b3a508f02c3c3d985d05fda2b36ec9a1690cc9 /pom.xml
parentfeeb6d1f3e2a9b074104345ae869129b2f4dcfd5 (diff)
fix security vulnerabilities
Issue-ID: DMAAP-1418 Change-Id: I97d3f0acefa7d553c343c02b3fe6a93c3b0a5565 Signed-off-by: su622b <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index faf8e05..bb1f83b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
<artifactId>dmaapClient</artifactId>
<packaging>jar</packaging>
- <version>1.1.10-SNAPSHOT</version>
+ <version>1.1.11-SNAPSHOT</version>
<name>dmaap-messagerouter-dmaapclient</name>
<description>Client library for MR event routing API</description>
<url>https://gerrit.onap.org/r/gitweb?p=dmaap/messagerouter/dmaapclient.git</url>
@@ -72,6 +72,11 @@
</developers>
<dependencies>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.13</version>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>