Skip to content

Commit

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

Updates `asm` from 9.1 to 9.2

Updates `asm-analysis` from 9.1 to 9.2

Updates `asm-commons` from 9.1 to 9.2

Updates `asm-tree` from 9.1 to 9.2

Updates `asm-util` from 9.1 to 9.2

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Jul 1, 2021
1 parent e8e054a commit 5f32372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
}

ext {
asmVersion = '9.1'
asmVersion = '9.2'
}

sourceSets {
Expand Down

0 comments on commit 5f32372

Please sign in to comment.