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 2023/11/28 08:45:47 UTC

(httpcomponents-client) branch 5.2.x updated: Upgraded HttpCore to version 5.2.4

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

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


The following commit(s) were added to refs/heads/5.2.x by this push:
     new 0f40ea5e9 Upgraded HttpCore to version 5.2.4
0f40ea5e9 is described below

commit 0f40ea5e9125ac4a1ef40a0feee9263c37716898
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Nov 28 09:45:28 2023 +0100

    Upgraded HttpCore to version 5.2.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e7ad0e21..60a855816 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.3</httpcore.version>
+    <httpcore.version>5.2.4</httpcore.version>
     <log4j.version>2.20.0</log4j.version>
     <brotli.version>0.1.2</brotli.version>
     <conscrypt.version>2.5.2</conscrypt.version>
@@ -445,4 +445,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>