Skip to content

Commit

Permalink
Merge pull request #411 from ThexXTURBOXx/master
Browse files Browse the repository at this point in the history
Update ASM for Java 19 support
  • Loading branch information
Konloch committed Apr 11, 2022
2 parents a4b74bf + 5fff85b commit da2d56f
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 @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit da2d56f

Please sign in to comment.