Updated to Git

This commit is contained in:
Giancarlo Panichi 2020-11-12 15:04:27 +01:00
parent cbdfb74029
commit bcbc8ad0be
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.2.1</version>
<version>4.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<version>4.2.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>