Skip to content

Commit 40ec388

Browse files
authored
Merge pull request #555 from SoKnight/support-java-24-26
Add support for bytecode from Java 24-26 (including Java 25 LTS)
2 parents a1063ac + 10206dd commit 40ec388

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [ '8', '11', '17', '21' ] # LTS versions
17+
java: [ '8', '11', '17', '21', '25' ] # LTS versions
1818

1919
steps:
2020
- uses: actions/checkout@v4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Dependency versions -->
1616
<annotations.version>24.1.0</annotations.version>
1717
<apktool.version>2.11.0</apktool.version>
18-
<asm.version>9.7</asm.version>
18+
<asm.version>9.9</asm.version>
1919
<bined.version>0.2.2</bined.version>
2020
<byteanalysis.version>1.0bcv</byteanalysis.version>
2121
<cfr.version>0.152</cfr.version>

0 commit comments

Comments
 (0)