Skip to content

Commit

Permalink
Bump org.ow2.asm:asm from 9.4 to 9.6
Browse files Browse the repository at this point in the history
Bumps org.ow2.asm:asm from 9.4 to 9.6.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 3a5e77d commit 5b0c125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.4")
implementation("org.ow2.asm:asm:9.6")
implementation(libs.indraCommon)
implementation(libs.indraPublishingSonatype)
implementation(libs.gradleTestLogger)
Expand Down

0 comments on commit 5b0c125

Please sign in to comment.