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/10 16:41:09 UTC

[cxf] branch master updated: update HttpComponents 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 3904a47  update HttpComponents Client
3904a47 is described below

commit 3904a477e70fe6385777120bfe4820ff9a7713f3
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Tue Jul 10 18:40:46 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 250065e..7a0dd6b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -92,7 +92,7 @@
         <cxf.hazelcast.version>3.9.2</cxf.hazelcast.version>
         <cxf.httpcomponents.asyncclient.version>4.1.3</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
-        <cxf.httpcomponents.client.version>4.5.5</cxf.httpcomponents.client.version>
+        <cxf.httpcomponents.client.version>4.5.6</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version>4.4.9</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.jackson.version>2.9.6</cxf.jackson.version>