Skip to content

Commit

Permalink
[BYTEMAN-436] Upgrade ASM to 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka authored and adinn committed Oct 30, 2023
1 parent bb1a04a commit 3a53fb3
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.5</asm.version>
<asm.version>9.6</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 3a53fb3

Please sign in to comment.