|
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
14 | 14 |
|
15 | 15 | <!-- Dependency versions --> |
16 | | - <annotations.version>24.1.0</annotations.version> |
17 | | - <apktool.version>2.11.0</apktool.version> |
18 | | - <asm.version>9.9</asm.version> |
| 16 | + <annotations.version>26.0.2-1</annotations.version> |
| 17 | + <apktool.version>2.12.1</apktool.version> |
| 18 | + <asm.version>9.9.1</asm.version> |
19 | 19 | <bined.version>0.2.2</bined.version> |
20 | 20 | <byteanalysis.version>1.0bcv</byteanalysis.version> |
21 | 21 | <cfr.version>0.152</cfr.version> |
22 | 22 | <cloning.version>1.9.12</cloning.version> |
23 | | - <commons-cli.version>1.9.0</commons-cli.version> |
24 | | - <commons-codec.version>1.17.1</commons-codec.version> |
| 23 | + <commons-cli.version>1.11.0</commons-cli.version> |
| 24 | + <commons-codec.version>1.20.0</commons-codec.version> |
25 | 25 | <commons-compiler.version>3.1.12</commons-compiler.version> |
26 | | - <commons-compress.version>1.27.1</commons-compress.version> |
27 | | - <commons-io.version>2.16.1</commons-io.version> |
28 | | - <commons-lang3.version>3.17.0</commons-lang3.version> |
29 | | - <commons-text.version>1.12.0</commons-text.version> |
30 | | - <darklaf.version>3.0.2</darklaf.version> |
| 26 | + <commons-compress.version>1.28.0</commons-compress.version> |
| 27 | + <commons-io.version>2.21.0</commons-io.version> |
| 28 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
| 29 | + <commons-text.version>1.15.0</commons-text.version> |
| 30 | + <darklaf.version>3.0.2</darklaf.version> <!-- Newer versions require Java 17+ --> |
31 | 31 | <darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version> |
32 | 32 | <decompiler-fernflower.version>6.3.9.Final</decompiler-fernflower.version> |
33 | | - <dex2jar.version>2.4.22</dex2jar.version> |
| 33 | + <dex2jar.version>2.4.34</dex2jar.version> |
| 34 | + <disk-lib.version>1.2.0</disk-lib.version> |
34 | 35 | <fernflower.version>e0d44f4</fernflower.version> |
35 | | - <gson.version>2.11.0</gson.version> |
36 | | - <guava.version>33.3.0-jre</guava.version> |
| 36 | + <google-java-format.version>1.7</google-java-format.version> <!-- Newer versions require Java 11+ --> |
| 37 | + <gson.version>2.13.2</gson.version> |
| 38 | + <guava.version>33.5.0-jre</guava.version> |
37 | 39 | <httprequest.version>2.2.0</httprequest.version> |
38 | 40 | <imgscalr-lib.version>4.2</imgscalr-lib.version> |
39 | 41 | <jadx.version>1.4.7</jadx.version> <!-- Newer versions require Java 11+ --> |
| 42 | + <java-parser.version>3.27.1</java-parser.version> |
40 | 43 | <jd-gui.version>1.6.6bcv</jd-gui.version> |
41 | 44 | <jgraphx.version>3.4.1.3</jgraphx.version> |
42 | 45 | <js.version>21.2.0</js.version> |
43 | 46 | <objenesis.version>3.4</objenesis.version> |
44 | 47 | <binary-data.version>0.2.2</binary-data.version> |
45 | 48 | <procyon.version>0.6.0</procyon.version> |
46 | | - <rsyntaxtextarea.version>3.5.2</rsyntaxtextarea.version> <!-- Upcoming 4.0 release will require Java 11+ --> |
| 49 | + <rsyntaxtextarea.version>3.6.0</rsyntaxtextarea.version> <!-- Upcoming 4.0 release will require Java 11+ --> |
47 | 50 | <semantic-version.version>2.1.1</semantic-version.version> |
48 | | - <slf4j.version>2.0.16</slf4j.version> |
49 | | - <smali.version>3.0.8</smali.version> |
| 51 | + <slf4j.version>2.0.17</slf4j.version> |
| 52 | + <smali.version>3.0.9</smali.version> |
50 | 53 | <safeyaml.version>1.34.1</safeyaml.version> |
| 54 | + <taskmanager.version>1.0.1</taskmanager.version> |
51 | 55 | <treelayout.version>1.0.3</treelayout.version> |
52 | | - <webp-imageio.version>a8f700b</webp-imageio.version> |
| 56 | + <webp-imageio.version>901abbd</webp-imageio.version> |
53 | 57 | <xpp3.version>1.1.4c</xpp3.version> |
54 | | - <java-parser.version>3.26.2</java-parser.version> |
55 | | - <taskmanager.version>1.0.1</taskmanager.version> |
56 | | - <google-java-format.version>1.7</google-java-format.version> <!-- Newer versions require Java 11+ --> |
57 | | - <disk-lib.version>1.2.0</disk-lib.version> |
58 | 58 | </properties> |
59 | 59 |
|
60 | 60 | <repositories> |
|
420 | 420 | <plugin> |
421 | 421 | <groupId>org.apache.maven.plugins</groupId> |
422 | 422 | <artifactId>maven-checkstyle-plugin</artifactId> |
423 | | - <version>3.5.0</version> |
| 423 | + <version>3.6.0</version> |
424 | 424 | <configuration> |
425 | 425 | <configLocation>checkstyle.xml</configLocation> |
426 | 426 | </configuration> |
427 | 427 | </plugin> |
428 | 428 | <plugin> |
429 | 429 | <groupId>org.apache.maven.plugins</groupId> |
430 | 430 | <artifactId>maven-compiler-plugin</artifactId> |
431 | | - <version>3.13.0</version> |
| 431 | + <version>3.14.1</version> |
432 | 432 | <configuration> |
433 | 433 | <source>${maven.compiler.source}</source> |
434 | 434 | <target>${maven.compiler.target}</target> |
|
438 | 438 | <plugin> |
439 | 439 | <groupId>org.apache.maven.plugins</groupId> |
440 | 440 | <artifactId>maven-javadoc-plugin</artifactId> |
441 | | - <version>3.10.0</version> |
| 441 | + <version>3.12.0</version> |
442 | 442 | <configuration> |
443 | 443 | <source>${maven.compiler.source}</source> |
444 | 444 | </configuration> |
445 | 445 | </plugin> |
446 | 446 | <plugin> |
447 | 447 | <groupId>org.apache.maven.plugins</groupId> |
448 | 448 | <artifactId>maven-shade-plugin</artifactId> |
449 | | - <version>3.6.0</version> |
| 449 | + <version>3.6.1</version> |
450 | 450 | <executions> |
451 | 451 | <execution> |
452 | 452 | <phase>package</phase> |
|
0 commit comments