升级httpclient及fluent-hc版本

因编译不通过,修改httpclient及fluent-hc版本:4.4->4.5
This commit is contained in:
carvinhappy
2021-01-26 20:55:06 +08:00
committed by GitHub
parent 754fe7b111
commit 34533041de
+2 -2
View File
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4</version>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.4</version>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>