diff --git a/btrace-gradle-plugin/build.gradle b/btrace-gradle-plugin/build.gradle index 7b9ea6cab..5938a58e5 100644 --- a/btrace-gradle-plugin/build.gradle +++ b/btrace-gradle-plugin/build.gradle @@ -17,7 +17,7 @@ dependencies { 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-tree:9.6' + implementation 'org.ow2.asm:asm-tree:9.9.1' } gradlePlugin {