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/05/06 15:53:45 UTC

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

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

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

commit afc6a305941f7ab6178f1b2d0e86e1363a892fdc
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun May 2 12:35:49 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 2768cc3..6e08bd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <httpcore.version>5.0.3</httpcore.version>
+    <httpcore.version>5.0.4</httpcore.version>
     <log4j.version>2.9.1</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>