Update 'pom.xml'

upgrade httpclient httpcore to version 4.4.1
This commit is contained in:
Roberto Cirillo 2020-11-16 11:33:58 +01:00
parent 6fd6250c16
commit 6155c4e415
1 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<version>4.4.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@ -317,7 +317,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>