Skip to content

Commit

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

---
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 Mar 19, 2023
1 parent d761073 commit 136a771
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 @@ -99,7 +99,7 @@ dependencies {
"integrationTestImplementation"(gradleTestKit())
"integrationTestImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
"integrationTestImplementation"("org.junit.platform:junit-platform-commons:1.7.0")
"integrationTestImplementation"("org.ow2.asm:asm:9.0")
"integrationTestImplementation"("org.ow2.asm:asm:9.4")
"integrationTestRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
}

Expand Down

0 comments on commit 136a771

Please sign in to comment.