Skip to content

Commit

Permalink
Merge pull request #1355 from hcoles/feature/initial_java_24
Browse files Browse the repository at this point in the history
Upgrade ASM for java 24 support
  • Loading branch information
hcoles authored Nov 1, 2024
2 parents d23455e + e66f179 commit 6716b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

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

0 comments on commit 6716b3f

Please sign in to comment.