9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Bump netty & spark

This commit is contained in:
Dreeam
2025-09-05 17:49:21 -04:00
parent 47ef0732df
commit b1e831c0b7

View File

@@ -108,7 +108,7 @@
- implementation("io.netty:netty-codec-haproxy:4.1.118.Final") // Add support for proxy protocol - 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") - implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
+ // Leaf start - Bump Dependencies + // 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") + implementation("org.apache.logging.log4j:log4j-iostreams:2.24.3")
+ // Leaf end - Bump Dependencies + // Leaf end - Bump Dependencies
implementation("org.ow2.asm:asm-commons:9.8") 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-api:0.1-20240720.200737-2")
- implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1") - 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-api:0.1-dev-462d7f8-SNAPSHOT")
+ implementation("me.lucko:spark-paper:1.10-dev-f0b5206-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 + // Leaf end - Bump Dependencies
+} +}
+ +