Repository: jclouds Updated Branches: refs/heads/master 8b17dfea8 -> 767240f36
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/767240f3 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/767240f3 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/767240f3 Branch: refs/heads/master Commit: 767240f360b0152e796772825a17c5c58e19179a Parents: 8b17dfe Author: Ignasi Barrera <[email protected]> Authored: Thu Oct 18 11:57:16 2018 +0200 Committer: Andrew Phillips <[email protected]> Committed: Thu Oct 18 16:50:18 2018 -0400 ---------------------------------------------------------------------- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/767240f3/drivers/apachehc/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml index 25c0f7d..51f7b7d 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>
