From 1e3fa2d36eaf115461a59e91903324613f1b9b43 Mon Sep 17 00:00:00 2001 From: Pasqual Koschmieder Date: Tue, 24 Sep 2024 21:53:32 +0200 Subject: [PATCH] deps: update bytebuddy and shadow (#3247) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a840233d..c14eac36 100644 --- a/build.gradle +++ b/build.gradle @@ -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'