Skip to content

Commit

Permalink
Update ASM to 9.5 for Java 21 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Brünings <[email protected]>
  • Loading branch information
leonard84 committed May 17, 2023
1 parent f585427 commit 37a1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ val plugin: Configuration by configurations.creating
configurations.getByName("compileOnly").extendsFrom(plugin)

dependencies {
val asmVersion = "9.4"
val asmVersion = "9.5"
plugin("org.ow2.asm:asm:${asmVersion}")

testImplementation(gradleTestKit())
Expand Down

0 comments on commit 37a1881

Please sign in to comment.