From a33bcd004dfd119a4a8e9361f22d280af82dbd4d Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:33:22 -0400 Subject: [PATCH] Bump netty --- leaf-server/build.gradle.kts.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leaf-server/build.gradle.kts.patch b/leaf-server/build.gradle.kts.patch index d857b629..c4f84762 100644 --- a/leaf-server/build.gradle.kts.patch +++ b/leaf-server/build.gradle.kts.patch @@ -108,7 +108,7 @@ - implementation("io.netty:netty-codec-haproxy:4.1.118.Final") // Add support for proxy protocol - implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1") + // Leaf start - Bump Dependencies -+ implementation("io.netty:netty-codec-haproxy:4.2.5.Final") // Add support for proxy protocol // Leaf - Bump netty to 4.2.x ++ implementation("io.netty:netty-codec-haproxy:4.2.6.Final") // Add support for proxy protocol // Leaf - Bump netty to 4.2.x + implementation("org.apache.logging.log4j:log4j-iostreams:2.24.3") + // Leaf end - Bump Dependencies implementation("org.ow2.asm:asm-commons:9.8") @@ -164,7 +164,7 @@ + implementation("me.lucko:spark-api:0.1-dev-462d7f8-SNAPSHOT") + implementation("me.lucko:spark-paper:1.10-dev-462d7f8-SNAPSHOT") + -+ implementation("io.netty:netty-all:4.2.5.Final") // Leaf - Bump netty to 4.2.x ++ implementation("io.netty:netty-all:4.2.6.Final") // Leaf - Bump netty to 4.2.x + // Leaf end - Bump Dependencies +} +