Skip to content

Commit ec461a0

Browse files
committed
Upgrade ASM to latest version (to support latest Java releases)
1 parent af571d6 commit ec461a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
}
1313

1414
dependencies {
15-
implementation("org.ow2.asm:asm:8.0.1")
15+
implementation("org.ow2.asm:asm:9.5")
1616

1717
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
1818
}

0 commit comments

Comments
 (0)