Fix httpclient and httpcore to version 4.2.5 to support Ubuntu 18.04

feature/23107
Giancarlo Panichi 3 years ago
parent 60fbd12103
commit a4013ef423

@ -305,7 +305,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<version>4.2.5</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.2.5</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>

Loading…
Cancel
Save