Skip to content

Commit 459efff

Browse files
fix(deps): update dependency org.ow2.asm:asm-tree to v9.9.1
1 parent f5a8ef2 commit 459efff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrace-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation localGroovy()
2424
// Match versions commonly cached in this repository to avoid extra fetches
2525
implementation 'org.ow2.asm:asm:9.6'
26-
implementation 'org.ow2.asm:asm-tree:9.6'
26+
implementation 'org.ow2.asm:asm-tree:9.9.1'
2727
}
2828

2929
gradlePlugin {

0 commit comments

Comments
 (0)