JCLOUDS-1462: Upgrade Apache Http driver to 4.3.6

In response to https://nvd.nist.gov/vuln/detail/CVE-2015-5262
This commit is contained in:
Ignasi Barrera 2018-10-18 11:57:16 +02:00 committed by Andrew Phillips
parent 8b17dfea87
commit 767240f360
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.3.4</version> <version>4.3.6</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>