Merge pull request #411 from ThexXTURBOXx/master
Update ASM for Java 19 support
This commit is contained in:
commit
da2d56f269
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
@ -409,7 +409,7 @@
|
|||
<filter>
|
||||
<artifact>*:*</artifact>
|
||||
<excludes>
|
||||
<exclude>module-info.class</exclude>
|
||||
<exclude>**/module-info.class</exclude>
|
||||
<exclude>META-INF/*.SF</exclude>
|
||||
<exclude>META-INF/*.DSA</exclude>
|
||||
<exclude>META-INF/*.RSA</exclude>
|
||||
|
|
Loading…
Reference in a new issue