Skip to content

Commit a80762f

Browse files
authored
update dependencies for java 24 support (#3425)
1 parent a936183 commit a80762f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
55
plugins {
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

1212
group = "com.comphenix.protocol"
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
dependencies {
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")

0 commit comments

Comments
 (0)