Skip to content

Commit

Permalink
Upgrade to asm 9.7.1
Browse files Browse the repository at this point in the history
This adds support for Java 24 and fixes #286.  Release notes:

https://asm.ow2.io/versions.html#9.7.1
  • Loading branch information
gaul committed Oct 16, 2024
1 parent a4da450 commit 92c9367
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 @@ -31,7 +31,7 @@
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<asm.version>9.7</asm.version>
<asm.version>9.7.1</asm.version>
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version>
</properties>
Expand Down

0 comments on commit 92c9367

Please sign in to comment.