Skip to content

Commit

Permalink
[Java] Upgrade to ASM 9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Apr 4, 2024
1 parent ca81b5f commit f89c617
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 @@ -25,8 +25,8 @@ buildscript {
}

dependencies {
classpath 'org.ow2.asm:asm:9.6'
classpath 'org.ow2.asm:asm-commons:9.6'
classpath 'org.ow2.asm:asm:9.7'
classpath 'org.ow2.asm:asm-commons:9.7'
}
}

Expand Down

0 comments on commit f89c617

Please sign in to comment.