deps: update bytebuddy and shadow (#3247)

This commit is contained in:
Pasqual Koschmieder 2024-09-24 21:53:32 +02:00 committed by GitHub
parent c9ee2f16e2
commit 1e3fa2d36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.gradleup.shadow' version '8.3.2'
}
group = 'com.comphenix.protocol'
@ -33,7 +33,7 @@ repositories {
}
dependencies {
implementation 'net.bytebuddy:byte-buddy:1.14.14'
implementation 'net.bytebuddy:byte-buddy:1.15.1'
compileOnly 'org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.21.1-R0.1-SNAPSHOT'
compileOnly 'io.netty:netty-all:4.0.23.Final'