Bump httpcomponents to 4.4.x

This commit is contained in:
David Yun 2015-04-21 14:43:26 +08:00
parent 6f52979ff4
commit e8c12e1b35

View File

@ -55,7 +55,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.3.5</version> <version>4.4.1</version>
</dependency> </dependency>
<dependency> <dependency>