java-26772: upgrade jedis to 5.0.2 (#15207)

This commit is contained in:
Ehsan Sasanianno
2023-11-14 12:39:36 +01:00
committed by GitHub
parent c5af2f3f3b
commit 690f6edd51
4 changed files with 7 additions and 1 deletions
@@ -135,6 +135,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
<type>jar</type>
</dependency>
<dependency>
@@ -285,6 +286,7 @@
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<mockserver.version>5.14.0</mockserver.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<jedis.version>5.0.2</jedis.version>
</properties>
</project>