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