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/09/30 15:28:58 UTC

[httpcomponents-client] branch 5.1.x updated: Upgraded HttpCore to version 5.1.2

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

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


The following commit(s) were added to refs/heads/5.1.x by this push:
     new f122766  Upgraded HttpCore to version 5.1.2
f122766 is described below

commit f1227664fc046cd286e69c7667c75e72cd990647
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Sep 30 17:28:47 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8f63a92..1f6e2ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <httpcore.version>5.1.1</httpcore.version>
+    <httpcore.version>5.1.2</httpcore.version>
     <log4j.version>2.9.1</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>