Updated to fix issue #20036

This commit is contained in:
Giancarlo Panichi 2020-11-17 20:03:21 +01:00
parent a97a1a7ae7
commit ead8ae9977
1 changed files with 4 additions and 3 deletions

View File

@ -131,13 +131,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.5</version>
<scope>compile</scope>
<version>4.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.5</version>
<version>4.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>