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 +} +