1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-29 01:37:20 +01:00

Correct version of some network related dependencies

This commit is contained in:
Shane Freeder 2025-01-17 15:31:45 +00:00
parent e150ffd272
commit a35cfe93f9
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C

View file

@ -137,10 +137,10 @@ dependencies {
runtimeOnly(log4jPlugins.output)
alsoShade(log4jPlugins.output)
implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
implementation("com.velocitypowered:velocity-native:3.4.0-SNAPSHOT") {
isTransitive = false
}
implementation("io.netty:netty-codec-haproxy:4.1.97.Final") // Add support for proxy protocol
implementation("io.netty:netty-codec-haproxy:4.1.115.Final") // Add support for proxy protocol
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
implementation("org.ow2.asm:asm-commons:9.7.1")
implementation("org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT")