Repository: jclouds Updated Branches: refs/heads/master 5732bdcd9 -> 957f6f16c
JCLOUDS-567: Upgrade Apache HttpClient to 4.3.4 Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/957f6f16 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/957f6f16 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/957f6f16 Branch: refs/heads/master Commit: 957f6f16c752c3520077133520d0692db5a881d5 Parents: 5732bdc Author: Jeremy Daggett <[email protected]> Authored: Wed May 14 06:46:14 2014 -0700 Committer: Jeremy Daggett <[email protected]> Committed: Thu Jul 24 08:40:12 2014 -0700 ---------------------------------------------------------------------- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/957f6f16/drivers/apachehc/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml index 5cb2224..4b21bde 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.2.2</version> + <version>4.3.4</version> <scope>compile</scope> </dependency> <dependency>
