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 2020/01/13 14:06:08 UTC

[httpcomponents-client] 01/01: Upgraded HttpCore dependency to version 4.4.13

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 4381ea3e4738da43e3778965a2608675bd257411
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Jan 13 15:05:36 2020 +0100

    Upgraded HttpCore dependency to version 4.4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ba48c6..61dadea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4.12</httpcore.version>
+    <httpcore.version>4.4.13</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.11</commons-codec.version>
     <ehcache.version>2.6.11</ehcache.version>