diff --git a/build.gradle b/build.gradle index 662a5349..f543c389 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { configurations.all { resolutionStrategy { - force("org.ow2.asm:asm:9.5") + force("org.ow2.asm:asm:9.10.1") force("org.ow2.asm:asm-commons:9.5") } }