Skip to content

Commit

Permalink
Update ASM to 9.7.1 for Java 24 support (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathing authored Oct 9, 2024
1 parent f5ab5f6 commit accae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
dependencyResolutionManagement {
versionCatalogs {
libs {
version('asm', '9.7')
version('asm', '9.7.1')
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm')
library('asm-commons', 'org.ow2.asm', 'asm-commons').versionRef('asm')
Expand Down

0 comments on commit accae65

Please sign in to comment.