openvidu-java-client: rollback httpclient5 version to 5.1.4 in pom.xml

v2
cruizba 2025-01-12 18:15:46 +01:00
parent 0f6e96380b
commit 22505d38c8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId> <artifactId>httpclient5</artifactId>
<version>5.4.1</version> <version>5.1.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>