Skip to content

Commit 1e3fa2d

Browse files
authored
deps: update bytebuddy and shadow (#3247)
1 parent c9ee2f1 commit 1e3fa2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'com.github.johnrengelman.shadow' version '8.1.1'
4+
id 'com.gradleup.shadow' version '8.3.2'
55
}
66

77
group = 'com.comphenix.protocol'
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
implementation 'net.bytebuddy:byte-buddy:1.14.14'
36+
implementation 'net.bytebuddy:byte-buddy:1.15.1'
3737
compileOnly 'org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT'
3838
compileOnly 'org.spigotmc:spigot:1.21.1-R0.1-SNAPSHOT'
3939
compileOnly 'io.netty:netty-all:4.0.23.Final'

0 commit comments

Comments
 (0)