Skip to content

Commit 6716b3f

Browse files
authored
Merge pull request #1355 from hcoles/feature/initial_java_24
Upgrade ASM for java 24 support
2 parents d23455e + e66f179 commit 6716b3f

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
@@ -26,7 +26,7 @@
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2828

29-
<asm.version>9.7</asm.version>
29+
<asm.version>9.7.1</asm.version>
3030
<hamcrest.version>1.3</hamcrest.version>
3131
<junit.version>4.13.1</junit.version>
3232
<surefire.version>2.18.1</surefire.version> <!-- [2.19, 3.0.0-M7] seem to cause ASM-related test failures -->

0 commit comments

Comments
 (0)