Skip to content

Commit 30e3812

Browse files
committed
Update asm: 9.5 -> 9.6
This update is needed for ASM to be able to process Java 21 classes. Without it, things like Groovy script execution are broken on Java 21.
1 parent d644801 commit 30e3812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@
14431443
<args4j.args4j.version>${args4j.version}</args4j.args4j.version>
14441444

14451445
<!-- ASM - https://asm.ow2.io/ -->
1446-
<asm.version>9.5</asm.version>
1446+
<asm.version>9.6</asm.version>
14471447
<asm-analysis.version>${asm.version}</asm-analysis.version>
14481448
<asm-commons.version>${asm.version}</asm-commons.version>
14491449
<asm-tree.version>${asm.version}</asm-tree.version>

0 commit comments

Comments
 (0)