Skip to content

Commit

Permalink
Update dependency org.ow2.asm:asm to v9.7.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Oct 8, 2024
2 parents ccfd03f + 7740e15 commit cabfae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
ext.maven_name='AtPlug metadata generation Gradle plugin'
apply from: 干.file('base/gradle-plugin.gradle')
dependencies {
implementation "org.ow2.asm:asm:9.7"
implementation "org.ow2.asm:asm:9.7.1"
implementation 'com.diffplug.gradle:goomph:4.1.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
Expand Down

0 comments on commit cabfae5

Please sign in to comment.