Upgrade to Jedis 5.0.2.

Closes #2763
This commit is contained in:
Mark Paluch
2023-11-06 09:41:08 +01:00
parent 37ecdc544c
commit f97bd87d70
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
<xstream>1.4.20</xstream>
<pool>2.11.1</pool>
<lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
<jedis>5.0.1</jedis>
<jedis>5.0.2</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.100.Final</netty>
<java-module-name>spring.data.redis</java-module-name>