|
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
14 | 14 |
|
15 | 15 | <!-- Dependency versions --> |
16 | | - <annotations.version>23.1.0</annotations.version> |
| 16 | + <annotations.version>24.0.0</annotations.version> |
17 | 17 | <antlr4.version>4.9.3</antlr4.version> |
18 | 18 | <apktool.version>2.7.0</apktool.version> |
19 | 19 | <asm.version>9.4</asm.version> |
|
30 | 30 | <commons-text.version>1.10.0</commons-text.version> |
31 | 31 | <darklaf.version>3.0.2</darklaf.version> |
32 | 32 | <darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version> |
33 | | - <decompiler-fernflower.version>6.1.0.Final</decompiler-fernflower.version> |
| 33 | + <decompiler-fernflower.version>6.1.2.Final</decompiler-fernflower.version> |
34 | 34 | <dex2jar.version>v59</dex2jar.version> |
35 | 35 | <fernflower.version>e0d44f4</fernflower.version> |
36 | | - <gson.version>2.10</gson.version> |
| 36 | + <gson.version>2.10.1</gson.version> |
37 | 37 | <guava.version>31.1-jre</guava.version> |
38 | 38 | <httprequest.version>2.1.0</httprequest.version> |
39 | 39 | <imgscalr-lib.version>4.2</imgscalr-lib.version> |
|
44 | 44 | <objenesis.version>3.3</objenesis.version> |
45 | 45 | <paged-data.version>0.2.0</paged-data.version> |
46 | 46 | <procyon.version>0.6.0</procyon.version> |
47 | | - <rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version> |
| 47 | + <rsyntaxtextarea.version>3.3.2</rsyntaxtextarea.version> |
48 | 48 | <semantic-version.version>2.1.1</semantic-version.version> |
49 | | - <slf4j.version>2.0.5</slf4j.version> |
50 | | - <smali.version>2.5.2</smali.version> |
| 49 | + <slf4j.version>2.0.6</slf4j.version> |
| 50 | + <smali.version>403e90375e</smali.version> |
51 | 51 | <safeyaml.version>1.33.0</safeyaml.version> |
52 | 52 | <treelayout.version>1.0.3</treelayout.version> |
53 | 53 | <webp-imageio.version>0.2.2</webp-imageio.version> |
|
95 | 95 | <version>${apktool.version}</version> |
96 | 96 | <exclusions> |
97 | 97 | <exclusion> |
98 | | - <groupId>com.konloch</groupId> |
99 | | - <artifactId>safeyaml</artifactId> |
| 98 | + <groupId>org.yaml</groupId> |
| 99 | + <artifactId>snakeyaml</artifactId> |
100 | 100 | </exclusion> |
101 | 101 | </exclusions> |
102 | 102 | </dependency> |
|
277 | 277 | <version>${slf4j.version}</version> |
278 | 278 | </dependency> |
279 | 279 | <dependency> |
280 | | - <groupId>org.smali</groupId> |
| 280 | + <groupId>com.github.iBotPeaches.smali</groupId> |
281 | 281 | <artifactId>smali</artifactId> |
282 | 282 | <version>${smali.version}</version> |
283 | 283 | </dependency> |
284 | 284 | <dependency> |
285 | | - <groupId>org.smali</groupId> |
| 285 | + <groupId>com.github.iBotPeaches.smali</groupId> |
286 | 286 | <artifactId>baksmali</artifactId> |
287 | 287 | <version>${smali.version}</version> |
288 | 288 | </dependency> |
|
320 | 320 | <groupId>io.github.skylot</groupId> |
321 | 321 | <artifactId>jadx-dex-input</artifactId> |
322 | 322 | <version>${jadx.version}</version> |
| 323 | + <exclusions> |
| 324 | + <exclusion> |
| 325 | + <groupId>org.smali</groupId> |
| 326 | + <artifactId>baksmali</artifactId> |
| 327 | + </exclusion> |
| 328 | + </exclusions> |
323 | 329 | </dependency> |
324 | 330 | <dependency> |
325 | 331 | <groupId>io.github.skylot</groupId> |
326 | 332 | <artifactId>jadx-smali-input</artifactId> |
327 | 333 | <version>${jadx.version}</version> |
| 334 | + <exclusions> |
| 335 | + <exclusion> |
| 336 | + <groupId>org.smali</groupId> |
| 337 | + <artifactId>smali</artifactId> |
| 338 | + </exclusion> |
| 339 | + </exclusions> |
328 | 340 | </dependency> |
329 | 341 | <dependency> |
330 | 342 | <groupId>com.github.ThexXTURBOXx</groupId> |
|
0 commit comments