Skip to content

Commit 3d3999a

Browse files
Update dependency org.ow2.asm:asm to v9.9.1
1 parent 262d9d0 commit 3d3999a

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
@@ -10,7 +10,7 @@ configurations.compileClasspath {
1010
}
1111

1212
dependencies {
13-
implementation("org.ow2.asm:asm:9.9")
13+
implementation("org.ow2.asm:asm:9.9.1")
1414
compileOnly("org.gradlex:extra-java-module-info:1.13.1")
1515
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:3.5.1")
1616
}

0 commit comments

Comments
 (0)