You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/07 15:34:38 UTC

[camel] branch main updated: Upgrade http-client 5.2.1

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e01a72a916c Upgrade http-client 5.2.1
e01a72a916c is described below

commit e01a72a916c2563ca00ac00dc5508f99a8e75525
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 17:34:21 2023 +0200

    Upgrade http-client 5.2.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 01f445ee122..b00ecaff971 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <hsqldb-version>2.7.2</hsqldb-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore-version>5.2.2</httpcore-version>
-        <httpclient-version>5.1.4</httpclient-version>
+        <httpclient-version>5.2.1</httpclient-version>
         <httpcore4-version>4.4.16</httpcore4-version>
         <httpclient4-version>4.5.14</httpclient4-version>
         <httpasyncclient-version>4.1.5</httpasyncclient-version>