Skip to content

Commit

Permalink
upgrade apache httpclient5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Nov 27, 2024
1 parent 550cf99 commit e3c5b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
<version>5.4.1</version>
</dependency>
<!-- Test deps -->
<dependency>
Expand Down

0 comments on commit e3c5b12

Please sign in to comment.