Bump Lettuce ver

This commit is contained in:
Braydon 2023-12-16 20:20:02 -05:00
parent 3567912fd9
commit e8f3b45c68

17
pom.xml

@ -40,14 +40,6 @@
<version>3.5.1</version> <version>3.5.1</version>
<configuration> <configuration>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<!-- Relocate conflicting packages -->
<relocations>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>me.braydon.feather.shaded.netty</shadedPattern>
</relocation>
</relocations>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
@ -176,6 +168,13 @@
</repository> </repository>
</distributionManagement> </distributionManagement>
<repositories>
<repository>
<id>rainnny-repo-public</id>
<url>https://maven.rainnny.club/public</url>
</repository>
</repositories>
<!-- Depends --> <!-- Depends -->
<dependencies> <dependencies>
<dependency> <dependency>
@ -207,7 +206,7 @@
<dependency> <dependency>
<groupId>io.lettuce</groupId> <groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId> <artifactId>lettuce-core</artifactId>
<version>6.3.0.RELEASE</version> <version>7.0.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>