|
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
14 | 14 |
|
15 | 15 | <!-- 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> |
20 | 19 | <bined.version>0.2.0</bined.version>
|
21 | 20 | <byteanalysis.version>1.0bcv</byteanalysis.version>
|
22 | 21 | <cfr.version>0.152</cfr.version>
|
23 | 22 | <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> |
25 | 24 | <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> |
31 | 30 | <darklaf.version>3.0.2</darklaf.version>
|
32 | 31 | <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> |
35 | 34 | <fernflower.version>e0d44f4</fernflower.version>
|
36 | 35 | <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> |
38 | 37 | <httprequest.version>2.2.0</httprequest.version>
|
39 | 38 | <imgscalr-lib.version>4.2</imgscalr-lib.version>
|
40 | 39 | <jadx.version>1.4.7</jadx.version>
|
|
44 | 43 | <objenesis.version>3.3</objenesis.version>
|
45 | 44 | <paged-data.version>0.2.0</paged-data.version>
|
46 | 45 | <procyon.version>0.6.0</procyon.version>
|
47 |
| - <rsyntaxtextarea.version>3.3.3</rsyntaxtextarea.version> |
| 46 | + <rsyntaxtextarea.version>3.3.4</rsyntaxtextarea.version> |
48 | 47 | <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> |
50 | 49 | <smali.version>3.0.3</smali.version>
|
51 | 50 | <safeyaml.version>1.34.1</safeyaml.version>
|
52 | 51 | <treelayout.version>1.0.3</treelayout.version>
|
|
339 | 338 | </exclusions>
|
340 | 339 | </dependency>
|
341 | 340 | <dependency>
|
342 |
| - <groupId>com.github.ThexXTURBOXx</groupId> |
| 341 | + <groupId>de.femtopedia.dex2jar</groupId> |
343 | 342 | <artifactId>dex2jar</artifactId>
|
344 | 343 | <version>${dex2jar.version}</version>
|
345 | 344 | </dependency>
|
|
368 | 367 | <artifactId>org.abego.treelayout.core</artifactId>
|
369 | 368 | <version>${treelayout.version}</version>
|
370 | 369 | </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> |
382 | 370 |
|
383 | 371 | <!-- TODO Re-add for Graal.JS support -->
|
384 | 372 | <!--<dependency>
|
|
442 | 430 | </filter>
|
443 | 431 | <!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->
|
444 | 432 | <filter>
|
445 |
| - <artifact>com.github.ThexXTURBOXx.dex2jar:d2j-external</artifact> |
| 433 | + <artifact>de.femtopedia.dex2jar:d2j-external</artifact> |
446 | 434 | <excludeDefaults>true</excludeDefaults>
|
447 | 435 | <includes>
|
448 | 436 | <include>com/android/**</include>
|
|
0 commit comments