Skip to content

Commit

Permalink
paul-hammant#34 upgrade to ASM 9.2 for support for Java bytecode up t…
Browse files Browse the repository at this point in the history
…o and including Java 18
  • Loading branch information
kennymacleod committed Oct 18, 2021
1 parent 1da83b8 commit 32efa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranamer-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.1</version>
<version>9.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 32efa01

Please sign in to comment.