We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e4322 commit f6950b8Copy full SHA for f6950b8
build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
api("com.google.code.findbugs:jsr305:3.0.2")
41
api("org.jetbrains:annotations:20.1.0")
42
43
- val asmVer = "9.1"
+ val asmVer = "9.2"
44
implementation("org.ow2.asm:asm:$asmVer")
45
implementation("org.ow2.asm:asm-util:$asmVer")
46
implementation("org.ow2.asm:asm-tree:$asmVer")
0 commit comments