Skip to content

Commit

Permalink
Bump asm from 9.3 to 9.4 (#1974)
Browse files Browse the repository at this point in the history
Bumps asm from 9.3 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] <support@github.com>

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] committed Oct 21, 2022
1 parent 83c7008 commit d77938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -64,7 +64,7 @@ dependencies {
api "com.jayway.jsonpath:json-path:2.7.0", {
exclude group: 'org.ow2.asm', module: 'asm'
}
api "org.ow2.asm:asm:9.3"
api "org.ow2.asm:asm:9.4"
api "org.slf4j:slf4j-api:2.0.3"
api "net.sf.jopt-simple:jopt-simple:5.0.4"

Expand Down

0 comments on commit d77938b

Please sign in to comment.