Updated to fix issue #20036

This commit is contained in:
Giancarlo Panichi 2020-11-17 19:27:41 +01:00
parent b9b5b8468e
commit 4e034ac352
1 changed files with 2 additions and 2 deletions

View File

@ -131,13 +131,13 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.4.9</version> <version>4.4.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>4.4.9</version> <version>4.4.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>