|
23 | 23 | <cloning.version>1.9.12</cloning.version>
|
24 | 24 | <commons-cli.version>1.5.0</commons-cli.version>
|
25 | 25 | <commons-codec.version>1.15</commons-codec.version>
|
26 |
| - <commons-compiler.version>3.1.7</commons-compiler.version> |
| 26 | + <commons-compiler.version>3.1.8</commons-compiler.version> |
27 | 27 | <commons-compress.version>1.21</commons-compress.version>
|
28 | 28 | <commons-io.version>2.11.0</commons-io.version>
|
29 | 29 | <commons-lang3.version>3.12.0</commons-lang3.version>
|
30 | 30 | <commons-text.version>1.9</commons-text.version>
|
31 |
| - <darklaf.version>3.0.1-SNAPSHOT</darklaf.version> |
| 31 | + <darklaf.version>3.0.1</darklaf.version> |
32 | 32 | <darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
|
33 |
| - <decompiler-fernflower.version>5.2.1.Final</decompiler-fernflower.version> |
34 |
| - <dex2jar.version>v49</dex2jar.version> |
35 |
| - <fernflower.version>4281855</fernflower.version> |
36 |
| - <gson.version>2.9.0</gson.version> |
| 33 | + <decompiler-fernflower.version>6.0.0.Final</decompiler-fernflower.version> |
| 34 | + <dex2jar.version>v52</dex2jar.version> |
| 35 | + <fernflower.version>e0d44f4</fernflower.version> |
| 36 | + <gson.version>2.9.1</gson.version> |
37 | 37 | <guava.version>31.1-jre</guava.version>
|
38 | 38 | <imgscalr-lib.version>4.2</imgscalr-lib.version>
|
39 |
| - <jadx.version>1.3.5</jadx.version> |
| 39 | + <jadx.version>1.4.4</jadx.version> |
40 | 40 | <jd-gui.version>1.6.6bcv</jd-gui.version>
|
41 | 41 | <jgraphx.version>3.4.1.3</jgraphx.version>
|
42 | 42 | <js.version>21.2.0</js.version>
|
43 |
| - <objenesis.version>3.2</objenesis.version> |
| 43 | + <objenesis.version>3.3</objenesis.version> |
44 | 44 | <paged-data.version>0.2.0</paged-data.version>
|
45 | 45 | <procyon.version>0.6.0</procyon.version>
|
46 | 46 | <rsyntaxtextarea.version>3.2.0</rsyntaxtextarea.version>
|
47 | 47 | <semantic-version.version>2.1.1</semantic-version.version>
|
48 |
| - <slf4j.version>1.7.36</slf4j.version> |
| 48 | + <slf4j.version>2.0.0</slf4j.version> |
49 | 49 | <smali.version>2.5.2</smali.version>
|
50 |
| - <snakeyaml.version>1.30</snakeyaml.version> |
| 50 | + <snakeyaml.version>1.32</snakeyaml.version> |
51 | 51 | <treelayout.version>1.0.3</treelayout.version>
|
52 | 52 | <webp-imageio.version>0.2.2</webp-imageio.version>
|
53 | 53 | <xpp3.version>1.1.4c</xpp3.version>
|
|
380 | 380 | <plugin>
|
381 | 381 | <groupId>org.apache.maven.plugins</groupId>
|
382 | 382 | <artifactId>maven-compiler-plugin</artifactId>
|
383 |
| - <version>3.9.0</version> |
| 383 | + <version>3.10.1</version> |
384 | 384 | <configuration>
|
385 | 385 | <source>${maven.compiler.source}</source>
|
386 | 386 | <target>${maven.compiler.target}</target>
|
|
390 | 390 | <plugin>
|
391 | 391 | <groupId>org.apache.maven.plugins</groupId>
|
392 | 392 | <artifactId>maven-javadoc-plugin</artifactId>
|
393 |
| - <version>3.3.1</version> |
| 393 | + <version>3.4.0</version> |
394 | 394 | <configuration>
|
395 | 395 | <source>${maven.compiler.source}</source>
|
396 | 396 | </configuration>
|
|
0 commit comments