From 37a60479ee85c345a8593ea9e53b7ea96c6e392d Mon Sep 17 00:00:00 2001
From: asutosh936 <asutosh.pandya@hotmail.com>
Date: Sun, 17 Feb 2019 19:11:25 -0600
Subject: [PATCH] HTTPCLIENT-1891 : Upgraded commons-codec version to 1.11

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c554cecc..088cfc964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4.7</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
-    <commons-codec.version>1.10</commons-codec.version>
+    <commons-codec.version>1.11</commons-codec.version>
     <ehcache.version>2.6.11</ehcache.version>
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.25</slf4j.version>