Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored and fedex81 committed Mar 26, 2024
1 parent cc50b83 commit 97189cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
implementation group: 'org.jaudiolibs', name: 'audioservers-javasound', version: '2.0.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.formdev:flatlaf:3.4'
implementation group: 'org.ow2.asm', name: 'asm', version: '9.6'
implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.6'
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 'org.tinylog:tinylog-api:2.7.0'
Expand Down

0 comments on commit 97189cd

Please sign in to comment.