We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faa6ba commit 6cbc621Copy full SHA for 6cbc621
1 file changed
build.gradle.kts
@@ -13,7 +13,7 @@ java {
13
}
14
15
dependencies {
16
- implementation("org.ow2.asm:asm:9.8")
+ implementation("org.ow2.asm:asm:9.9")
17
18
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments