From 128bd15f0f6d0a97404e3401a076e0c15a753b6a Mon Sep 17 00:00:00 2001 From: HypherionMC Date: Thu, 9 Nov 2023 21:57:26 +0200 Subject: [PATCH] [CHORE] Update ASM and JarManager to fix issues on newer java versions --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e769502..f1c7dce 100644 --- a/build.gradle +++ b/build.gradle @@ -39,11 +39,11 @@ dependencies { shadeMe 'org.jetbrains:annotations:24.0.1' shadeMe 'commons-io:commons-io:2.11.0' - shadeMe('com.hypherionmc:jarmanager:1.0.4') { + shadeMe('com.hypherionmc:jarmanager:1.0.5') { exclude group: 'org.ow2.asm' } - shadeMe 'org.ow2.asm:asm:9.3' - shadeMe 'org.ow2.asm:asm-commons:9.3' + shadeMe 'org.ow2.asm:asm:9.5' + shadeMe 'org.ow2.asm:asm-commons:9.5' shadeMe 'org.apache.commons:commons-compress:1.24.0' compileOnly 'org.projectlombok:lombok:1.18.30'