update httpclient in order to fix security vulnerability

This commit is contained in:
Sebastian Sdorra
2020-03-04 13:27:47 +01:00
parent 7785ea2d68
commit 8d2f117a6b

View File

@@ -822,7 +822,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.2</version>
<version>4.3.6</version>
<scope>test</scope>
</dependency>