Skip to content

Commit

Permalink
fix(deps): 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 and JoergSiebahn committed Oct 7, 2024
1 parent d345caf commit a18e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {

// sda-commons-shared-wiremock-testing
api "org.wiremock:wiremock:3.9.1"
api "org.ow2.asm:asm:9.7", {
api "org.ow2.asm:asm:9.7.1", {
because "version conflict within Wiremock"
}
api "net.minidev:json-smart:2.5.1", {
Expand Down

0 comments on commit a18e5b3

Please sign in to comment.