You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2018/01/16 08:30:28 UTC

httpcomponents-client git commit: Upgraded HttpCore dependency to version 4.4.9

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.6.x 95c4bcd03 -> 0b1662c88


Upgraded HttpCore dependency to version 4.4.9


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

Branch: refs/heads/4.6.x
Commit: 0b1662c881459b7c7e0a3b3cc4c227ebd78bbd1b
Parents: 95c4bcd
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Tue Jan 16 09:25:26 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Tue Jan 16 09:27:55 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/0b1662c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92853cf..09989a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4.7</httpcore.version>
+    <httpcore.version>4.4.9</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.10</commons-codec.version>
     <ehcache.version>2.6.11</ehcache.version>