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 2021/10/23 16:34:49 UTC

[httpcomponents-client] 07/08: Upgraded HttpCore to version 5.2-alpha2

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 eb22ef30fc6962cbd3cdd0557809dae34f40a527
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Oct 20 14:50:45 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 469ae36..e6b96a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <httpcore.version>5.2-alpha1</httpcore.version>
+    <httpcore.version>5.2-alpha2</httpcore.version>
     <log4j.version>2.14.1</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.5.2</conscrypt.version>