Skip to content

Commit

Permalink
Use ASM 9.4
Browse files Browse the repository at this point in the history
See #606
  • Loading branch information
iloveeclipse committed Oct 2, 2022
1 parent d390f5a commit 03fcbc3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,25 +342,25 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.3</version>
<version>9.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.3</version>
<version>9.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.3</version>
<version>9.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.3</version>
<version>9.4</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 03fcbc3

Please sign in to comment.