Skip to content

Commit

Permalink
openvidu-java-client: rollback httpclient5 version to 5.1.4 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jan 12, 2025
1 parent 0f6e963 commit 22505d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvidu-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.4.1</version>
<version>5.1.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 22505d3

Please sign in to comment.