Skip to content

Commit

Permalink
[Java] Upgrade to ASM 9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 1, 2023
1 parent 1aef658 commit 1467df8
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 @@ -24,8 +24,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.ow2.asm:asm:9.5'
classpath 'org.ow2.asm:asm-commons:9.5'
classpath 'org.ow2.asm:asm:9.6'
classpath 'org.ow2.asm:asm-commons:9.6'
}
}

Expand Down

0 comments on commit 1467df8

Please sign in to comment.