Skip to content

Commit 7c197ce

Browse files
committed
Upgrade to Lettuce 6.3.
Closes #2728
1 parent 9eadebd commit 7c197ce

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

+1-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<beanutils>1.9.4</beanutils>
2525
<xstream>1.4.20</xstream>
2626
<pool>2.11.1</pool>
27-
<lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
27+
<lettuce>6.3.0.RELEASE</lettuce>
2828
<jedis>5.0.2</jedis>
2929
<multithreadedtc>1.01</multithreadedtc>
3030
<netty>4.1.100.Final</netty>
@@ -382,14 +382,6 @@
382382
</profiles>
383383

384384
<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>
393385
<repository>
394386
<id>spring-snapshot</id>
395387
<url>https://repo.spring.io/snapshot</url>

0 commit comments

Comments
 (0)