From 0c2ef1f178df83c0a6e20bc65a7835dbc89d9812 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Tue, 12 Dec 2023 18:02:43 +0100 Subject: [PATCH] Bump to asm 9.6 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 51971f2..1f7410b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,10 +19,10 @@ allprojects { } dependencies { - api 'org.ow2.asm:asm:9.1' - api 'org.ow2.asm:asm-tree:9.1' - implementation 'org.ow2.asm:asm-commons:9.1' - implementation 'org.ow2.asm:asm-util:9.1' + api 'org.ow2.asm:asm:9.6' + api 'org.ow2.asm:asm-tree:9.6' + implementation 'org.ow2.asm:asm-commons:9.6' + implementation 'org.ow2.asm:asm-util:9.6' // Use JUnit test framework testImplementation 'org.junit.jupiter:junit-jupiter-api:5.+'