Upgrade to Lettuce 6.5.5.RELEASE.

Also, bump Netty to 4.1.119.Final.

Closes #3118
This commit is contained in:
Mark Paluch
2025-03-12 09:22:29 +01:00
parent ce292f7fe5
commit 1f360e4837

View File

@@ -24,10 +24,10 @@
<beanutils>1.9.4</beanutils>
<xstream>1.4.21</xstream>
<pool>2.11.1</pool>
<lettuce>6.5.1.RELEASE</lettuce>
<lettuce>6.5.5.RELEASE</lettuce>
<jedis>5.2.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.115.Final</netty>
<netty>4.1.119.Final</netty>
<java-module-name>spring.data.redis</java-module-name>
</properties>