Skip to content

Commit

Permalink
Update ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Nov 14, 2023
1 parent 3414405 commit 3bc1b11
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.8.1</junit.version>
<asm.version>9.2</asm.version>
<asm.version>9.6</asm.version>
<revision>1.10.2</revision>
</properties>

Expand All @@ -38,6 +38,13 @@
<version>${asm.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm-commons -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm-analysis -->
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down

0 comments on commit 3bc1b11

Please sign in to comment.