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

Bump netty

This commit is contained in:
Dreeam
2025-09-08 17:33:22 -04:00
parent 5a18920180
commit a33bcd004d

View File

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