Update ASM for Java 19 support

This commit is contained in:
Nico Mexis 2022-04-09 16:29:17 +02:00
parent a4b74bf105
commit 60136fb235
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<annotations.version>23.0.0</annotations.version>
<antlr4.version>4.9.3</antlr4.version>
<apktool.version>2.6.1</apktool.version>
<asm.version>9.2</asm.version>
<asm.version>9.3</asm.version>
<bined.version>0.2.0</bined.version>
<byteanalysis.version>1.0bcv</byteanalysis.version>
<cfr.version>0.152</cfr.version>