HTTPCLIENT-1891 : Upgraded commons-codec version to 1.11

This commit is contained in:
asutosh936 2019-02-17 19:11:25 -06:00
parent cd166a737c
commit 37a60479ee
1 changed files with 1 additions and 1 deletions

View File

@ -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>