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 2020/03/04 12:13:51 UTC

[camel] branch master updated: Upgrade Async http client to version 2.11.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2f0cc02  Upgrade Async http client to version 2.11.0
2f0cc02 is described below

commit 2f0cc020f2e2779d6eeaae9ace79770984554895
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 4 13:12:04 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ead5121..534bf32 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -45,7 +45,7 @@
         <activemq-version>5.15.11</activemq-version>
         <activemq-artemis-version>2.11.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
-        <ahc-version>2.10.5</ahc-version>
+        <ahc-version>2.11.0</ahc-version>
         <animal-sniffer-version>1.17</animal-sniffer-version>
         <android-annotations-version>4.1.1.4</android-annotations-version>
         <ant-bundle-version>1.7.0_6</ant-bundle-version>