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 2019/05/22 08:45:11 UTC

[camel] branch master updated: Upgrade Async http client to version 2.9.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 df4ea56  Upgrade Async http client to version 2.9.0
df4ea56 is described below

commit df4ea5686a996463d2620f32c6c567bbbe855f4d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 22 10:44:23 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f71be2a..30a7591 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -45,7 +45,7 @@
         <activemq-version>5.15.9</activemq-version>
         <activemq-artemis-version>2.8.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
-        <ahc-version>2.8.1</ahc-version>
+        <ahc-version>2.9.0</ahc-version>
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>
         <antlr-runtime-bundle-version>3.5.2_1</antlr-runtime-bundle-version>