Skip to content

Commit

Permalink
Bump org.ow2.asm:asm from 9.7 to 9.7.1
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>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 565a64d commit 8044b8c
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 @@ -41,7 +41,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

implementation("org.ow2.asm:asm:9.7")
implementation("org.ow2.asm:asm:9.7.1")
}

tasks.shadowJar {
Expand Down

0 comments on commit 8044b8c

Please sign in to comment.