Skip to content

Commit

Permalink
build(deps): bump org.ow2.asm:asm-util from 9.5 to 9.6
Browse files Browse the repository at this point in the history
Bumps org.ow2.asm:asm-util from 9.5 to 9.6.

---
updated-dependencies:
- 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] authored Oct 2, 2023
1 parent ed09c39 commit 2964438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation 'com.formdev:flatlaf:3.2.1'
implementation group: 'org.ow2.asm', name: 'asm', version: '9.5'
implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.5'
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.5'
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.6'

implementation 'org.tinylog:tinylog-api:2.6.2'
implementation 'org.tinylog:tinylog-impl:2.6.2'
Expand Down

0 comments on commit 2964438

Please sign in to comment.