We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b35361 commit f7840d6Copy full SHA for f7840d6
paper-server/build.gradle.kts
@@ -148,7 +148,7 @@ dependencies {
148
implementation("com.velocitypowered:velocity-native:3.4.0-SNAPSHOT") {
149
isTransitive = false
150
}
151
- implementation("io.netty:netty-codec-haproxy:4.1.118.Final") // Add support for proxy protocol
+ implementation("io.netty:netty-codec-haproxy:4.2.7.Final") // Add support for proxy protocol
152
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
153
implementation("org.ow2.asm:asm-commons:9.8")
154
implementation("org.spongepowered:configurate-yaml:4.2.0")
0 commit comments