Skip to content

Commit accae65

Browse files
authored
Update ASM to 9.7.1 for Java 24 support (#47)
1 parent f5ab5f6 commit accae65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
dependencyResolutionManagement {
1313
versionCatalogs {
1414
libs {
15-
version('asm', '9.7')
15+
version('asm', '9.7.1')
1616
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
1717
library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm')
1818
library('asm-commons', 'org.ow2.asm', 'asm-commons').versionRef('asm')

0 commit comments

Comments
 (0)