Repository: jclouds Updated Branches: refs/heads/1462-2.0.x [deleted] aaccc63e7 refs/heads/2.0.x a537ca42e -> ae821a248
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/ae821a24 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ae821a24 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ae821a24 Branch: refs/heads/2.0.x Commit: ae821a248fd8a899dedce4109c4a3d509b946261 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 18:21:42 2018 -0400 ---------------------------------------------------------------------- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/ae821a24/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>
