Upgrade to Lettuce 6.2.6.RELEASE.

Also, bump netty to 4.1.96.

Closes #2680
This commit is contained in:
Mark Paluch
2023-08-16 10:31:41 +02:00
parent ce1383f1d2
commit bbf5daebf4

View File

@@ -23,10 +23,10 @@
<beanutils>1.9.4</beanutils>
<xstream>1.4.20</xstream>
<pool>2.11.1</pool>
<lettuce>6.2.5.RELEASE</lettuce>
<lettuce>6.2.6.RELEASE</lettuce>
<jedis>4.3.2</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.89.Final</netty>
<netty>4.1.96.Final</netty>
<java-module-name>spring.data.redis</java-module-name>
</properties>