From b1e831c0b7a326f7861ea1f16b54a390ecd13869 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:49:21 -0400 Subject: [PATCH] Bump netty & spark --- leaf-server/build.gradle.kts.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/leaf-server/build.gradle.kts.patch b/leaf-server/build.gradle.kts.patch index 047d8d94..d857b629 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.4.Final") // Add support for proxy protocol // Leaf - Bump netty to 4.2.x ++ implementation("io.netty:netty-codec-haproxy:4.2.5.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") @@ -161,10 +161,10 @@ - implementation("me.lucko:spark-api:0.1-20240720.200737-2") - implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1") -} -+ implementation("me.lucko:spark-api:0.1-dev-f0b5206-SNAPSHOT") -+ implementation("me.lucko:spark-paper:1.10-dev-f0b5206-SNAPSHOT") ++ 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.4.Final") // Leaf - Bump netty to 4.2.x ++ implementation("io.netty:netty-all:4.2.5.Final") // Leaf - Bump netty to 4.2.x + // Leaf end - Bump Dependencies +} +