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 2017/09/14 11:27:16 UTC

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

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x 5f9a6c01d -> f27267427


Upgraded HttpCore dependency to version 4.4.7


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

Branch: refs/heads/4.5.x
Commit: f272674277ccc5a07056f9d5fd94d12363196c2f
Parents: 5f9a6c0
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Sep 14 13:27:00 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Sep 14 13:27:00 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/f2726742/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1809207..9106b1d 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.6</httpcore.version>
+    <httpcore.version>4.4.7</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>