Skip to content

Commit f7840d6

Browse files
authored
fix: bump netty-codec-haproxy in order to match mojang's bump in mc netty deps (#13403)
1 parent 8b35361 commit f7840d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies {
148148
implementation("com.velocitypowered:velocity-native:3.4.0-SNAPSHOT") {
149149
isTransitive = false
150150
}
151-
implementation("io.netty:netty-codec-haproxy:4.1.118.Final") // Add support for proxy protocol
151+
implementation("io.netty:netty-codec-haproxy:4.2.7.Final") // Add support for proxy protocol
152152
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
153153
implementation("org.ow2.asm:asm-commons:9.8")
154154
implementation("org.spongepowered:configurate-yaml:4.2.0")

0 commit comments

Comments
 (0)