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 791965d commit 5d10b77Copy full SHA for 5d10b77
build.gradle.kts
@@ -44,8 +44,8 @@ allprojects {
44
45
compileOnly("com.viaversion:viaversion-bukkit:${viaVersionVersion}")
46
47
- compileOnly("io.netty:netty-buffer:4.1.101.Final")
48
- compileOnly("io.netty:netty-handler:4.1.101.Final")
+ compileOnly("io.netty:netty-buffer:4.1.108.Final")
+ compileOnly("io.netty:netty-handler:4.1.108.Final")
49
50
compileOnly("io.github.miniplaceholders:miniplaceholders-api:${miniPlaceholdersVersion}")
51
0 commit comments