REPO-5677 - Updated HttpClient to 4.5.13

This commit is contained in:
Andrea Ligios
2021-09-03 18:28:45 +02:00
parent 46007fb3c1
commit f7b208a393
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>test</scope>
</dependency>

View File

@@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>