diff --git a/build.gradle.kts b/build.gradle.kts index 71643d2..6629163 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.github.spotbugs:spotbugs-annotations:4.9.1") implementation("org.creekservice:creek-test-util:$creekVersion") - implementation("org.ow2.asm:asm:9.7.1") + implementation("org.ow2.asm:asm:9.8") implementation("org.json:json:20250107")