fix security vulnerabilities

Issue-ID: DMAAP-1418
Change-Id: I97d3f0acefa7d553c343c02b3fe6a93c3b0a5565
Signed-off-by: su622b <su622b@att.com>
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>
diff --git a/version.properties b/version.properties
index 7ce0f80..8a7c886 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
 
 major=1
 minor=1
-patch=10
+patch=11
 
 base_version=${major}.${minor}.${patch}