We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a8ef2 commit 459efffCopy full SHA for 459efff
btrace-gradle-plugin/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
implementation localGroovy()
24
// Match versions commonly cached in this repository to avoid extra fetches
25
implementation 'org.ow2.asm:asm:9.6'
26
- implementation 'org.ow2.asm:asm-tree:9.6'
+ implementation 'org.ow2.asm:asm-tree:9.9.1'
27
}
28
29
gradlePlugin {
0 commit comments