Skip to content

Commit

Permalink
fix(deps): update dependency org.ow2.asm:asm to v9.7.1 (#1218)
Browse files Browse the repository at this point in the history
Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
  • Loading branch information
playground-manager[bot] authored Oct 7, 2024
1 parent e5e8d00 commit 3107128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
classpath("com.squareup.okio:okio:3.9.1")
?.because("androidx.build.gradle.gcpbuildcache uses older versions of okio")

classpath("org.ow2.asm:asm:9.7")
classpath("org.ow2.asm:asm:9.7.1")
?.because("com.google.cloud.tools.jib uses older versions of asm")
}
}
Expand Down

0 comments on commit 3107128

Please sign in to comment.