Skip to content

Commit cdc8dc8

Browse files
committed
Update dependencies
Also migrates dex2jar to Maven Central and removes ANTLR 4 in order to reduce artifact size
1 parent 8854d68 commit cdc8dc8

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

pom.xml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,27 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414

1515
<!-- Dependency versions -->
16-
<annotations.version>24.0.1</annotations.version>
17-
<antlr4.version>4.9.3</antlr4.version>
18-
<apktool.version>2.8.0</apktool.version>
19-
<asm.version>9.5</asm.version>
16+
<annotations.version>24.1.0</annotations.version>
17+
<apktool.version>2.9.0</apktool.version>
18+
<asm.version>9.6</asm.version>
2019
<bined.version>0.2.0</bined.version>
2120
<byteanalysis.version>1.0bcv</byteanalysis.version>
2221
<cfr.version>0.152</cfr.version>
2322
<cloning.version>1.9.12</cloning.version>
24-
<commons-cli.version>1.5.0</commons-cli.version>
23+
<commons-cli.version>1.6.0</commons-cli.version>
2524
<commons-codec.version>1.16.0</commons-codec.version>
26-
<commons-compiler.version>3.1.10</commons-compiler.version>
27-
<commons-compress.version>1.23.0</commons-compress.version>
28-
<commons-io.version>2.13.0</commons-io.version>
29-
<commons-lang3.version>3.12.0</commons-lang3.version>
30-
<commons-text.version>1.10.0</commons-text.version>
25+
<commons-compiler.version>3.1.11</commons-compiler.version>
26+
<commons-compress.version>1.25.0</commons-compress.version>
27+
<commons-io.version>2.15.1</commons-io.version>
28+
<commons-lang3.version>3.14.0</commons-lang3.version>
29+
<commons-text.version>1.11.0</commons-text.version>
3130
<darklaf.version>3.0.2</darklaf.version>
3231
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
33-
<decompiler-fernflower.version>6.2.5.Final</decompiler-fernflower.version>
34-
<dex2jar.version>v64</dex2jar.version>
32+
<decompiler-fernflower.version>6.3.4.Final</decompiler-fernflower.version>
33+
<dex2jar.version>2.4.6</dex2jar.version>
3534
<fernflower.version>e0d44f4</fernflower.version>
3635
<gson.version>2.10.1</gson.version>
37-
<guava.version>32.1.1-jre</guava.version>
36+
<guava.version>32.1.3-jre</guava.version>
3837
<httprequest.version>2.2.0</httprequest.version>
3938
<imgscalr-lib.version>4.2</imgscalr-lib.version>
4039
<jadx.version>1.4.7</jadx.version>
@@ -44,9 +43,9 @@
4443
<objenesis.version>3.3</objenesis.version>
4544
<paged-data.version>0.2.0</paged-data.version>
4645
<procyon.version>0.6.0</procyon.version>
47-
<rsyntaxtextarea.version>3.3.3</rsyntaxtextarea.version>
46+
<rsyntaxtextarea.version>3.3.4</rsyntaxtextarea.version>
4847
<semantic-version.version>2.1.1</semantic-version.version>
49-
<slf4j.version>2.0.7</slf4j.version>
48+
<slf4j.version>2.0.9</slf4j.version>
5049
<smali.version>3.0.3</smali.version>
5150
<safeyaml.version>1.34.1</safeyaml.version>
5251
<treelayout.version>1.0.3</treelayout.version>
@@ -339,7 +338,7 @@
339338
</exclusions>
340339
</dependency>
341340
<dependency>
342-
<groupId>com.github.ThexXTURBOXx</groupId>
341+
<groupId>de.femtopedia.dex2jar</groupId>
343342
<artifactId>dex2jar</artifactId>
344343
<version>${dex2jar.version}</version>
345344
</dependency>
@@ -368,17 +367,6 @@
368367
<artifactId>org.abego.treelayout.core</artifactId>
369368
<version>${treelayout.version}</version>
370369
</dependency>
371-
<dependency>
372-
<groupId>org.antlr</groupId>
373-
<artifactId>antlr4</artifactId>
374-
<version>${antlr4.version}</version>
375-
<exclusions>
376-
<exclusion>
377-
<groupId>com.ibm.icu</groupId>
378-
<artifactId>icu4j</artifactId>
379-
</exclusion>
380-
</exclusions>
381-
</dependency>
382370

383371
<!-- TODO Re-add for Graal.JS support -->
384372
<!--<dependency>
@@ -442,7 +430,7 @@
442430
</filter>
443431
<!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->
444432
<filter>
445-
<artifact>com.github.ThexXTURBOXx.dex2jar:d2j-external</artifact>
433+
<artifact>de.femtopedia.dex2jar:d2j-external</artifact>
446434
<excludeDefaults>true</excludeDefaults>
447435
<includes>
448436
<include>com/android/**</include>

0 commit comments

Comments
 (0)