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
5
5
plugins {
6
6
`java- library`
7
7
`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 "
10
10
}
11
11
12
12
group = " com.comphenix.protocol"
@@ -47,7 +47,7 @@ repositories {
47
47
}
48
48
49
49
dependencies {
50
- implementation(" net.bytebuddy:byte-buddy:1.15.1 " )
50
+ implementation(" net.bytebuddy:byte-buddy:1.17.5 " )
51
51
compileOnly(" org.spigotmc:spigot-api:${mcVersion} -R0.1-SNAPSHOT" )
52
52
compileOnly(" org.spigotmc:spigot:${mcVersion} -R0.1-SNAPSHOT:remapped-mojang" )
53
53
compileOnly(" io.netty:netty-all:4.0.23.Final" )
You can’t perform that action at this time.
0 commit comments