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