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 2018/07/25 07:51:47 UTC

[camel] branch master updated: Upgrade HttpComponents Async OSGi to version 4.1.4

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 ec66bbc  Upgrade HttpComponents Async OSGi to version 4.1.4
ec66bbc is described below

commit ec66bbcfee2de1564137f1f9bfc84d8736d9cff1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 25 09:51:21 2018 +0200

    Upgrade HttpComponents Async OSGi to version 4.1.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7615a8d..713b4b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
     <httpunit-version>1.7</httpunit-version>
     <httpcore4-version>4.4.10</httpcore4-version>
     <httpclient4-version>4.5.6</httpclient4-version>
-    <httpasyncclient-version>4.1.3</httpasyncclient-version>
+    <httpasyncclient-version>4.1.4</httpasyncclient-version>
     <httpclient-version>3.1</httpclient-version>
     <hystrix-version>1.5.12</hystrix-version>
     <hystrix-bundle-version>1.5.12_1</hystrix-bundle-version>