You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/07/23 19:40:08 UTC

[cxf] branch master updated: update HttpComponents Async Client

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 886a055  update HttpComponents Async Client
886a055 is described below

commit 886a055d49d844e445721e4752c7a6360cbe8b9a
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Mon Jul 23 21:39:46 2018 +0200

    update HttpComponents Async Client
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 542aef4..e1e7934 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -92,7 +92,7 @@
         <cxf.fastinfoset.bundle.version>1.2.13_1</cxf.fastinfoset.bundle.version>
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hazelcast.version>3.9.2</cxf.hazelcast.version>
-        <cxf.httpcomponents.asyncclient.version>4.1.3</cxf.httpcomponents.asyncclient.version>
+        <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.client.version>4.5.6</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version>4.4.9</cxf.httpcomponents.core.version>