upgrade commons-codec to 1.13

upgrade commons-codec from 1.11
to 1.13

Issue-ID: APPC-1742
Change-Id: Ifd000e4b36acb916fff08b78f9b2d73bb1e80b1e
Signed-off-by: Taka Cho <takamune.cho@att.com>
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 3ae6c24..0e62cf9 100644
--- a/CdtProxyService/pom.xml
+++ b/CdtProxyService/pom.xml
@@ -115,7 +115,18 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.3</version>
+            <version>4.5.10</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.13</version>
         </dependency>
     </dependencies>
     <build>