Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 579537f commit 68f9ade
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.5.1'
implementation group: 'org.ow2.asm', name: 'asm', version: '9.7'
implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.7'
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.7'
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.7.1'

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

0 comments on commit 68f9ade

Please sign in to comment.