[HTTPCLIENT-1939] Update Apache Commons Codec from 1.10 to 1.11.
This commit is contained in:
parent
d4be433a76
commit
f121b30270
|
@ -13,6 +13,9 @@ Changelog:
|
|||
* HTTPCLIENT-1932: Add factory enum org.apache.hc.client5.http.async.methods.HttpRequests
|
||||
Contributed by Gary Gregory <ggregory at apache.org>
|
||||
|
||||
* HTTPCLIENT-1939: Update Apache Commons Codec from 1.10 to 1.11
|
||||
Contributed by Gary Gregory <ggregory at apache.org>
|
||||
|
||||
Release 5.0-BETA1
|
||||
-------------------
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -70,7 +70,7 @@
|
|||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<httpcore.version>5.0-beta2</httpcore.version>
|
||||
<log4j.version>2.9.1</log4j.version>
|
||||
<commons-codec.version>1.10</commons-codec.version>
|
||||
<commons-codec.version>1.11</commons-codec.version>
|
||||
<ehcache.version>3.4.0</ehcache.version>
|
||||
<memcached.version>2.12.3</memcached.version>
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
|
|
Loading…
Reference in New Issue