Skip to content

Commit

Permalink
[BYTEMAN-439] Upgrade ASM to 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka authored and adinn committed Mar 26, 2024
1 parent 51ee6cf commit 8fc0840
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 @@ -106,7 +106,7 @@
<!-- for testing: command line args to enable debugger and verbose trace -->
<debug.args>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 -Dorg.jboss.byteman.verbose</debug.args>
<!-- asm release version to use -->
<asm.version>9.6</asm.version>
<asm.version>9.7</asm.version>
<!-- maven-verification-plugin -->
<tests.verification.file>access-verification.xml</tests.verification.file>
<agent.verification.file>verification.xml</agent.verification.file>
Expand Down

0 comments on commit 8fc0840

Please sign in to comment.