|
30 | 30 | <commons-text.version>1.9</commons-text.version> |
31 | 31 | <darklaf.version>2.7.3</darklaf.version> |
32 | 32 | <darklaf-extensions-rsta.version>0.3.4</darklaf-extensions-rsta.version> |
33 | | - <decompiler-fernflower.version>5.2.0.Final</decompiler-fernflower.version> |
34 | | - <dex2jar.version>v36</dex2jar.version> |
35 | | - <fernflower.version>981e35a</fernflower.version> |
| 33 | + <decompiler-fernflower.version>5.2.1.Final</decompiler-fernflower.version> |
| 34 | + <dex2jar.version>v41</dex2jar.version> |
| 35 | + <fernflower.version>eda981d</fernflower.version> |
36 | 36 | <gson.version>2.8.9</gson.version> |
37 | 37 | <guava.version>31.0.1-jre</guava.version> |
38 | 38 | <imgscalr-lib.version>4.2</imgscalr-lib.version> |
39 | | - <jadx.version>1.3.0</jadx.version> |
| 39 | + <jadx.version>1.3.1</jadx.version> |
40 | 40 | <janino.version>3.1.6</janino.version> |
41 | 41 | <jd-gui.version>1.6.6bcv</jd-gui.version> |
42 | 42 | <jgraphx.version>3.4.1.3</jgraphx.version> |
43 | 43 | <js.version>21.2.0</js.version> |
44 | 44 | <objenesis.version>3.2</objenesis.version> |
45 | 45 | <paged-data.version>0.2.0</paged-data.version> |
46 | 46 | <procyon.version>0.5.36</procyon.version> |
47 | | - <rsyntaxtextarea.version>3.1.4</rsyntaxtextarea.version> |
| 47 | + <rsyntaxtextarea.version>3.1.5</rsyntaxtextarea.version> |
48 | 48 | <semantic-version.version>2.1.1</semantic-version.version> |
49 | 49 | <slf4j.version>1.7.32</slf4j.version> |
50 | 50 | <smali.version>2.5.2</smali.version> |
51 | | - <snakeyaml.version>1.29</snakeyaml.version> |
| 51 | + <snakeyaml.version>1.30</snakeyaml.version> |
52 | 52 | <treelayout.version>1.0.3</treelayout.version> |
53 | 53 | <webp-imageio.version>0.2.2</webp-imageio.version> |
54 | 54 | <xpp3.version>1.1.4c</xpp3.version> |
|
288 | 288 | <version>${xpp3.version}</version> |
289 | 289 | </dependency> |
290 | 290 | <dependency> |
291 | | - <groupId>com.github.skylot.jadx</groupId> |
| 291 | + <groupId>io.github.skylot</groupId> |
292 | 292 | <artifactId>jadx-core</artifactId> |
293 | 293 | <version>${jadx.version}</version> |
294 | 294 | </dependency> |
295 | 295 | <dependency> |
296 | | - <groupId>com.github.skylot.jadx</groupId> |
| 296 | + <groupId>io.github.skylot</groupId> |
297 | 297 | <artifactId>jadx-java-convert</artifactId> |
298 | 298 | <version>${jadx.version}</version> |
| 299 | + <exclusions> |
| 300 | + <exclusion> |
| 301 | + <groupId>com.android.tools</groupId> |
| 302 | + <artifactId>r8</artifactId> |
| 303 | + </exclusion> |
| 304 | + <exclusion> |
| 305 | + <groupId>com.jakewharton.android.repackaged</groupId> |
| 306 | + <artifactId>dalvik-dx</artifactId> |
| 307 | + </exclusion> |
| 308 | + </exclusions> |
299 | 309 | </dependency> |
300 | 310 | <dependency> |
301 | | - <groupId>com.github.skylot.jadx</groupId> |
| 311 | + <groupId>io.github.skylot</groupId> |
302 | 312 | <artifactId>jadx-dex-input</artifactId> |
303 | 313 | <version>${jadx.version}</version> |
304 | 314 | </dependency> |
305 | 315 | <dependency> |
306 | | - <groupId>com.github.skylot.jadx</groupId> |
| 316 | + <groupId>io.github.skylot</groupId> |
307 | 317 | <artifactId>jadx-smali-input</artifactId> |
308 | 318 | <version>${jadx.version}</version> |
309 | 319 | </dependency> |
|
0 commit comments