Skip to content

Commit b38714a

Browse files
committed
Upgrade httpclient
1 parent 84d7750 commit b38714a

File tree

1 file changed

+1
-7
lines changed
  • docker-java-transport-httpclient5

1 file changed

+1
-7
lines changed

docker-java-transport-httpclient5/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
<dependency>
3030
<groupId>org.apache.httpcomponents.client5</groupId>
3131
<artifactId>httpclient5</artifactId>
32-
<version>5.0.3</version>
33-
<exclusions>
34-
<exclusion>
35-
<groupId>org.apache.httpcomponents.core5</groupId>
36-
<artifactId>httpcore5-h2</artifactId>
37-
</exclusion>
38-
</exclusions>
32+
<version>5.3</version>
3933
</dependency>
4034

4135
<dependency>

0 commit comments

Comments
 (0)