diff --git a/btrace-gradle-plugin/build.gradle b/btrace-gradle-plugin/build.gradle index 9dad63969..ca444d0e6 100644 --- a/btrace-gradle-plugin/build.gradle +++ b/btrace-gradle-plugin/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation gradleApi() implementation localGroovy() // Match versions commonly cached in this repository to avoid extra fetches - implementation 'org.ow2.asm:asm:9.6' + implementation 'org.ow2.asm:asm:9.9.1' implementation 'org.ow2.asm:asm-tree:9.6' }