diff --git a/Tools/build.gradle.kts b/Tools/build.gradle.kts index 40d922d..1c273d0 100644 --- a/Tools/build.gradle.kts +++ b/Tools/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { compileOnly(project(":common")) compileOnly(project(":paper")) implementation("org.mongodb:mongo-java-driver:3.12.14") - compileOnly("io.lettuce:lettuce-core:7.2.1.RELEASE") + compileOnly("io.lettuce:lettuce-core:7.4.0.RELEASE") compileOnly("io.netty:netty-all:4.2.9.Final") compileOnly("com.google.code.gson:gson:2.13.2") implementation("fr.mrmicky:fastboard:2.1.5") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 7f012ed..da93a03 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -22,7 +22,7 @@ java { dependencies { compileOnly("org.projectlombok:lombok:1.18.42") annotationProcessor("org.projectlombok:lombok:1.18.42") - implementation("io.lettuce:lettuce-core:7.2.1.RELEASE") + implementation("io.lettuce:lettuce-core:7.4.0.RELEASE") implementation("io.netty:netty-all:4.2.9.Final") implementation("com.google.code.gson:gson:2.13.2") implementation("io.nats:jnats:2.24.1") diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index e3dff30..7a9b1b7 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { exclude(group = "org.slf4j") exclude(group = "org.fusesource.jansi") } - compileOnly("io.lettuce:lettuce-core:7.2.1.RELEASE") + compileOnly("io.lettuce:lettuce-core:7.4.0.RELEASE") compileOnly("io.netty:netty-all:4.2.9.Final") compileOnly("com.google.code.gson:gson:2.13.2") implementation("fr.mrmicky:fastboard:2.1.5") diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index 5684e2f..8b9478f 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { compileOnly("com.velocitypowered:velocity-api:3.1.1") compileOnly("org.projectlombok:lombok:1.18.42") annotationProcessor("org.projectlombok:lombok:1.18.42") - implementation("io.lettuce:lettuce-core:7.2.1.RELEASE") + implementation("io.lettuce:lettuce-core:7.4.0.RELEASE") implementation("io.netty:netty-all:4.2.9.Final") implementation("com.google.code.gson:gson:2.13.2") compileOnly("net.kyori:adventure-text-minimessage:4.26.1")