Repository: jclouds Updated Branches: refs/heads/2.1.x 437f944e7 -> 9142af74b
JCLOUDS-1462: Upgrade Apache Http driver to 4.3.6 In response to https://nvd.nist.gov/vuln/detail/CVE-2015-5262 Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/9142af74 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/9142af74 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/9142af74 Branch: refs/heads/2.1.x Commit: 9142af74b884cdae5cf025372aabb53b9af23528 Parents: 437f944 Author: Ignasi Barrera <[email protected]> Authored: Thu Oct 18 11:57:16 2018 +0200 Committer: Andrew Phillips <[email protected]> Committed: Thu Oct 18 17:59:55 2018 -0400 ---------------------------------------------------------------------- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/9142af74/drivers/apachehc/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml index 15d6963..5948b6c 100644 --- a/drivers/apachehc/pom.xml +++ b/drivers/apachehc/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.4</version> + <version>4.3.6</version> <scope>compile</scope> </dependency> <dependency>
