Skip to content

Commit

Permalink
build(deps): bump asmVersion from 9.2 to 9.3
Browse files Browse the repository at this point in the history
Bumps `asmVersion` from 9.2 to 9.3.

Updates `asm` from 9.2 to 9.3

Updates `asm-analysis` from 9.2 to 9.3

Updates `asm-commons` from 9.2 to 9.3

Updates `asm-tree` from 9.2 to 9.3

Updates `asm-util` from 9.2 to 9.3

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2022
1 parent 3c4e25e commit 6af4979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Expand Up @@ -23,7 +23,7 @@ configurations {
}

ext {
asmVersion = '9.2'
asmVersion = '9.3'
log4jVersion = '2.17.2'
}

Expand Down

0 comments on commit 6af4979

Please sign in to comment.