diff --git a/Tools/build.gradle.kts b/Tools/build.gradle.kts index 40d922d..e3bbf41 100644 --- a/Tools/build.gradle.kts +++ b/Tools/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { compileOnly(project(":paper")) implementation("org.mongodb:mongo-java-driver:3.12.14") compileOnly("io.lettuce:lettuce-core:7.2.1.RELEASE") - compileOnly("io.netty:netty-all:4.2.9.Final") + compileOnly("io.netty:netty-all:4.2.10.Final") compileOnly("com.google.code.gson:gson:2.13.2") implementation("fr.mrmicky:fastboard:2.1.5") compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 7f012ed..6834fc3 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -23,7 +23,7 @@ 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.netty:netty-all:4.2.9.Final") + implementation("io.netty:netty-all:4.2.10.Final") implementation("com.google.code.gson:gson:2.13.2") implementation("io.nats:jnats:2.24.1") implementation("org.slf4j:slf4j-api:2.0.17") diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index e3dff30..d59cef4 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { exclude(group = "org.fusesource.jansi") } compileOnly("io.lettuce:lettuce-core:7.2.1.RELEASE") - compileOnly("io.netty:netty-all:4.2.9.Final") + compileOnly("io.netty:netty-all:4.2.10.Final") compileOnly("com.google.code.gson:gson:2.13.2") implementation("fr.mrmicky:fastboard:2.1.5") compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT") diff --git a/proxy/build.gradle.kts b/proxy/build.gradle.kts index 5684e2f..ab0f81a 100644 --- a/proxy/build.gradle.kts +++ b/proxy/build.gradle.kts @@ -25,7 +25,7 @@ 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.netty:netty-all:4.2.9.Final") + implementation("io.netty:netty-all:4.2.10.Final") implementation("com.google.code.gson:gson:2.13.2") compileOnly("net.kyori:adventure-text-minimessage:4.26.1") implementation("io.nats:jnats:2.24.1")