Repository: cxf Updated Branches: refs/heads/3.0.x-fixes c1334bcbb -> 734c0caa1
Upgrade httpcomponents.client to 4.3.6 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/734c0caa Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/734c0caa Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/734c0caa Branch: refs/heads/3.0.x-fixes Commit: 734c0caa1748b7153993f5776eb3edfe32e72a90 Parents: c1334bc Author: Akitoshi Yoshida <[email protected]> Authored: Wed Nov 11 10:15:31 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Nov 11 10:15:31 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/734c0caa/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 373b1d3..74c467b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -92,7 +92,7 @@ <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version> <cxf.httpcomponents.asyncclient.version>4.0.2</cxf.httpcomponents.asyncclient.version> <cxf.httpcomponents.asyncclient.version.range>[4.0,4.1)</cxf.httpcomponents.asyncclient.version.range> - <cxf.httpcomponents.client.version>4.3.5</cxf.httpcomponents.client.version> + <cxf.httpcomponents.client.version>4.3.6</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version>4.3.3</cxf.httpcomponents.core.version> <cxf.httpcomponents.core.version.range>[4.3,4.4.0)</cxf.httpcomponents.core.version.range> <cxf.jackson.version>2.4.6</cxf.jackson.version>
