Skip to content

Commit

Permalink
chore(deps): Update dependency org.ow2.asm:asm to v9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 8524ac2 commit e92909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
// loom needs this version of asm, for some reason we have an older one on the classpath without this
implementation("org.ow2.asm:asm:9.7")
implementation("org.ow2.asm:asm:9.7.1")
implementation(libs.cloud.build.logic)

implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
Expand Down

0 comments on commit e92909a

Please sign in to comment.