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 ff6a9c7 commit 6907262Copy full SHA for 6907262
build.gradle.kts
@@ -12,7 +12,7 @@ java {
12
}
13
14
dependencies {
15
- implementation("org.ow2.asm:asm:9.6")
+ implementation("org.ow2.asm:asm:9.7")
16
17
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
18
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments