Skip to content

Commit

Permalink
Bump org.ow2.asm:asm from 9.7 to 9.7.1 (#148)
Browse files Browse the repository at this point in the history
Bumps org.ow2.asm:asm from 9.7 to 9.7.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3a63cec commit 61299d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java {
}

dependencies {
implementation("org.ow2.asm:asm:9.7")
implementation("org.ow2.asm:asm:9.7.1")

testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit 61299d1

Please sign in to comment.