Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 95ce8c5

Browse files
add: upgrade to http client version 5.2 beta 1
1 parent 1b27aad commit 95ce8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
</dependency>
1818
<!-- Apache Httpclient -->
1919
<dependency>
20-
<groupId>org.apache.httpcomponents</groupId>
21-
<artifactId>httpclient</artifactId>
22-
<version>4.5.13</version>
20+
<groupId>org.apache.httpcomponents.client5</groupId>
21+
<artifactId>httpclient5</artifactId>
22+
<version>5.2-beta1</version>
2323
</dependency>
2424
<!-- Json -->
2525
<dependency>

0 commit comments

Comments
 (0)