We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ee2f1 commit 1e3fa2dCopy full SHA for 1e3fa2d
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java-library'
3
id 'maven-publish'
4
- id 'com.github.johnrengelman.shadow' version '8.1.1'
+ id 'com.gradleup.shadow' version '8.3.2'
5
}
6
7
group = 'com.comphenix.protocol'
@@ -33,7 +33,7 @@ repositories {
33
34
35
dependencies {
36
- implementation 'net.bytebuddy:byte-buddy:1.14.14'
+ implementation 'net.bytebuddy:byte-buddy:1.15.1'
37
compileOnly 'org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT'
38
compileOnly 'org.spigotmc:spigot:1.21.1-R0.1-SNAPSHOT'
39
compileOnly 'io.netty:netty-all:4.0.23.Final'
0 commit comments