You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2018/08/08 15:07:12 UTC

httpcomponents-client git commit: [HTTPCLIENT-1939] Update Apache Commons Codec from 1.10 to 1.11.

Repository: httpcomponents-client
Updated Branches:
  refs/heads/master d4be433a7 -> f121b3027


[HTTPCLIENT-1939] Update Apache Commons Codec from 1.10 to 1.11.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/f121b302
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/f121b302
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/f121b302

Branch: refs/heads/master
Commit: f121b302700b2d5a24ab16fd3d7bb6d10b00a7eb
Parents: d4be433
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Aug 8 09:07:10 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Aug 8 09:07:10 2018 -0600

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 3 +++
 pom.xml           | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/f121b302/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 047a3d8..057d39e 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -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
 -------------------
 

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/f121b302/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 10ed20f..fbbc6e5 100644
--- a/pom.xml
+++ b/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>