Skip to content

Commit

Permalink
Merge pull request #1150 from soot-oss/bumpAsmVersion
Browse files Browse the repository at this point in the history
Bump ASM version to 9.7.1
  • Loading branch information
swissiety authored Jan 6, 2025
2 parents dec694a + cf5a466 commit 316ab61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.6</version>
<version>9.7.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.7</version>
<version>9.7.1</version>
</dependency>
<dependency>
<groupId>org.smali</groupId>
Expand Down

0 comments on commit 316ab61

Please sign in to comment.