Update 'pom.xml'

downgrade httpc* versions to 4.2.1
This commit is contained in:
Roberto Cirillo 2020-11-18 10:30:30 +01:00
parent 9c092165b9
commit f86309e9a3
1 changed files with 2 additions and 2 deletions

View File

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