ARTEMIS-2960 Update httpcomponents

This commit is contained in:
Domenico Francesco Bruscino 2020-10-26 11:16:54 +01:00 committed by Clebert Suconic
parent dff2ed3638
commit ed2c936f24
1 changed files with 2 additions and 2 deletions

View File

@ -153,12 +153,12 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>4.3.3</version> <version>4.4.13</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.3.6</version> <version>4.5.13</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>