aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunil Unnava <su622b@att.com>2018-02-26 13:57:22 -0500
committerSunil Unnava <su622b@att.com>2018-02-26 13:57:38 -0500
commitfa39dc549397b12c23096bf003b3d24016cfdd44 (patch)
tree60d1cdf5b1353f9d60b306b737950f806f285879
parent67cf034d0e2df6dbfb7043395671f6520972f976 (diff)
Fixes for security isuesv1.1.3
Issue-ID: DMAAP-206 Change-Id: I8cb4fc832f364b45bdd08f9f2401630d80a488c0 Signed-off-by: Sunil Unnava <su622b@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index cd918b6..28858d5 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.2-SNAPSHOT</version>
+ <version>1.1.3-SNAPSHOT</version>
<name>dmaap-messagerouter-dmaapclient</name>
<description>Client library for MR event routing API</description>
<url>https://github.com/att/dmaap-framework</url>
@@ -84,7 +84,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.9</version>
+ <version>2.8.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/version.properties b/version.properties
index ac02ac5..05dc9e5 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=1
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}