Skip to content

Commit

Permalink
Merge pull request #182 from gradle/leo/update-asm-9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed May 22, 2023
2 parents f585427 + 37a1881 commit 735968f
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 735968f

Please sign in to comment.