From b93225577539d2949527c3fa1ef2eb2211e5ec02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:13:30 +0000 Subject: [PATCH] fix(deps): update dependency io.netty:netty-all to v4.2.10.final --- Tools/build.gradle.kts | 2 +- common/build.gradle.kts | 2 +- paper/build.gradle.kts | 2 +- proxy/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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")