Merge pull request #951 from carvinhappy/carvinhappy-upgrade-httpclient-version

Upgrade httpclient version 4.4->4.5
This commit is contained in:
Trafalgar 2021-02-03 10:55:48 +08:00 committed by GitHub
commit 33e6ace661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -41,12 +41,12 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.4</version> <version>4.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<version>4.4</version> <version>4.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>

View File

@ -21,7 +21,7 @@
<commons-lang3.version>3.3.2</commons-lang3.version> <commons-lang3.version>3.3.2</commons-lang3.version>
<!-- http --> <!-- http -->
<httpclient.version>4.4</httpclient.version> <httpclient.version>4.5</httpclient.version>
<commons-io.version>2.4</commons-io.version> <commons-io.version>2.4</commons-io.version>
<!-- json --> <!-- json -->

View File

@ -21,7 +21,7 @@
<commons-lang3.version>3.3.2</commons-lang3.version> <commons-lang3.version>3.3.2</commons-lang3.version>
<!-- http --> <!-- http -->
<httpclient.version>4.4</httpclient.version> <httpclient.version>4.5</httpclient.version>
<commons-io.version>2.4</commons-io.version> <commons-io.version>2.4</commons-io.version>
<!-- json --> <!-- json -->

View File

@ -21,7 +21,7 @@
<commons-lang3.version>3.3.2</commons-lang3.version> <commons-lang3.version>3.3.2</commons-lang3.version>
<!-- http --> <!-- http -->
<httpclient.version>4.4</httpclient.version> <httpclient.version>4.5</httpclient.version>
<commons-io.version>2.4</commons-io.version> <commons-io.version>2.4</commons-io.version>
<!-- json --> <!-- json -->