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/06/08 17:21:05 UTC

[httpcomponents-client] 01/02: Upgraded HttpCore to version 5.0.1

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

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

commit 62e0ecd569deb46020388fab0cfbd1c389d87097
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Jun 8 19:13:29 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index f274170..5c0c711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <httpcore.version>5.0</httpcore.version>
+    <httpcore.version>5.0.1</httpcore.version>
     <log4j.version>2.9.1</log4j.version>
     <commons-codec.version>1.13</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>