Repository: jclouds Updated Branches: refs/heads/1462-2.0.x [created] aaccc63e7
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/aaccc63e Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/aaccc63e Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/aaccc63e Branch: refs/heads/1462-2.0.x Commit: aaccc63e7cba11c5536c9b531e6c10dfbcbdcca8 Parents: a537ca4 Author: Ignasi Barrera <[email protected]> Authored: Thu Oct 18 11:57:16 2018 +0200 Committer: Andrew Phillips <[email protected]> Committed: Thu Oct 18 16:46:26 2018 -0400 ---------------------------------------------------------------------- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/aaccc63e/drivers/apachehc/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml index c42f7d7..f07de14 100644 --- a/drivers/apachehc/pom.xml +++ b/drivers/apachehc/pom.xml @@ -63,7 +63,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>
