File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
55plugins {
66 `java- library`
77 `maven- publish`
8- id(" com.gradleup.shadow" ) version " 8.3.2 "
9- id(" io.github.patrick.remapper" ) version " 1.4.1 "
8+ id(" com.gradleup.shadow" ) version " 9.0.0-beta13 "
9+ id(" io.github.patrick.remapper" ) version " 1.4.2 "
1010}
1111
1212group = " com.comphenix.protocol"
@@ -47,7 +47,7 @@ repositories {
4747}
4848
4949dependencies {
50- implementation(" net.bytebuddy:byte-buddy:1.15.1 " )
50+ implementation(" net.bytebuddy:byte-buddy:1.17.5 " )
5151 compileOnly(" org.spigotmc:spigot-api:${mcVersion} -R0.1-SNAPSHOT" )
5252 compileOnly(" org.spigotmc:spigot:${mcVersion} -R0.1-SNAPSHOT:remapped-mojang" )
5353 compileOnly(" io.netty:netty-all:4.0.23.Final" )
You can’t perform that action at this time.
0 commit comments