Skip to content

Commit

Permalink
Merge pull request #1260 from hcoles/feature/asm_9_6
Browse files Browse the repository at this point in the history
upgrade asm to 9.6
  • Loading branch information
hcoles committed Oct 9, 2023
2 parents f014305 + 111a45e commit 5de5b7e
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.5</asm.version>
<asm.version>9.6</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 5de5b7e

Please sign in to comment.