From 1b73245cdadff8cace8957265419de704b4fcef9 Mon Sep 17 00:00:00 2001 From: NicoNeko Date: Thu, 26 Mar 2026 11:13:06 +0200 Subject: [PATCH] Bump asm to 9.9.1 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index a032b042..1bf45f9a 100644 --- a/build.gradle +++ b/build.gradle @@ -22,10 +22,10 @@ repositories { } dependencies { - api 'org.ow2.asm:asm:9.7.1' - api 'org.ow2.asm:asm-commons:9.7.1' - implementation 'org.ow2.asm:asm-tree:9.7.1' - implementation 'org.ow2.asm:asm-util:9.7.1' + api 'org.ow2.asm:asm:9.9.1' + api 'org.ow2.asm:asm-commons:9.9.1' + implementation 'org.ow2.asm:asm-tree:9.9.1' + implementation 'org.ow2.asm:asm-util:9.9.1' implementation "net.fabricmc:mapping-io:0.7.1" testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'