Skip to content

Commit 1467df8

Browse files
committed
[Java] Upgrade to ASM 9.6.
1 parent 1aef658 commit 1467df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ buildscript {
2424
mavenCentral()
2525
}
2626
dependencies {
27-
classpath 'org.ow2.asm:asm:9.5'
28-
classpath 'org.ow2.asm:asm-commons:9.5'
27+
classpath 'org.ow2.asm:asm:9.6'
28+
classpath 'org.ow2.asm:asm-commons:9.6'
2929
}
3030
}
3131

0 commit comments

Comments
 (0)