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/12/22 22:32:58 UTC

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

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 4765f93  Upgraded HttpCore to version 5.1.3
4765f93 is described below

commit 4765f93fe5b1698ff1616d2c4b378cb2e221f8f0
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Dec 22 23:32:23 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index e37a150..49ec234 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.2</httpcore.version>
+    <httpcore.version>5.1.3</httpcore.version>
     <log4j.version>2.16.0</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>