Skip to content

Commit

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

---
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 Oct 7, 2023
1 parent 49bfdc6 commit e90e0b3
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.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', version: '9.6'
implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.6'
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.6'

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

0 comments on commit e90e0b3

Please sign in to comment.