This commit is contained in:
Clebert Suconic 2020-10-30 08:56:47 -04:00
commit 0f6ad04e82
1 changed files with 2 additions and 2 deletions

View File

@ -153,12 +153,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.3.3</version>
<version>4.4.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>