We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667dd27 commit 978af3bCopy full SHA for 978af3b
pom.xml
@@ -24,7 +24,7 @@
24
<beanutils>1.9.4</beanutils>
25
<xstream>1.4.20</xstream>
26
<pool>2.11.1</pool>
27
- <lettuce>6.2.6.RELEASE</lettuce>
+ <lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
28
<jedis>5.0.1</jedis>
29
<multithreadedtc>1.01</multithreadedtc>
30
<netty>4.1.96.Final</netty>
@@ -382,6 +382,14 @@
382
</profiles>
383
384
<repositories>
385
+ <repository>
386
+ <id>sonatype-snapshots</id>
387
+ <name>Sonatype Snapshot Repository</name>
388
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
389
+ <snapshots>
390
+ <enabled>true</enabled>
391
+ </snapshots>
392
+ </repository>
393
<repository>
394
<id>spring-snapshot</id>
395
<url>https://repo.spring.io/snapshot</url>
0 commit comments