You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/14 11:46:50 UTC

[camel] 03/04: Upgrade Http Async Client to version 4.1.5

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

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

commit 4558ff2e581952ef51bf134b3c121d2f7ef8382f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 14 11:31:56 2021 +0100

    Upgrade Http Async Client to version 4.1.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f68dbcd..dd35273 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -245,7 +245,7 @@
         <httpunit-version>1.7</httpunit-version>
         <httpcore4-version>4.4.15</httpcore4-version>
         <httpclient4-version>4.5.13</httpclient4-version>
-        <httpasyncclient-version>4.1.4</httpasyncclient-version>
+        <httpasyncclient-version>4.1.5</httpasyncclient-version>
         <huaweicloud-obs-version>3.21.4.1</huaweicloud-obs-version>
         <huaweicloud-sdk-version>3.0.59</huaweicloud-sdk-version>
         <hystrix-version>1.5.18</hystrix-version>