diff --git a/build.gradle.kts b/build.gradle.kts index c5e3a1a..1ca04a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ java { } dependencies { - implementation("org.ow2.asm:asm:9.7.1") + implementation("org.ow2.asm:asm:9.8") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher")