Dependencies: Upgrade to Apache HttpComponents client 4.3.5

Closes #7342
This commit is contained in:
Alexander Reelsen 2014-08-20 10:25:57 +02:00
parent a9f42e7176
commit e478f24b9e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
<version>4.3.5</version>
<scope>test</scope>
</dependency>