Skip to content

Commit def596a

Browse files
committed
Improve POM
1 parent a68ff16 commit def596a

1 file changed

Lines changed: 22 additions & 10 deletions

File tree

pom.xml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414

1515
<!-- Dependency versions -->
16-
<annotations.version>23.1.0</annotations.version>
16+
<annotations.version>24.0.0</annotations.version>
1717
<antlr4.version>4.9.3</antlr4.version>
1818
<apktool.version>2.7.0</apktool.version>
1919
<asm.version>9.4</asm.version>
@@ -30,10 +30,10 @@
3030
<commons-text.version>1.10.0</commons-text.version>
3131
<darklaf.version>3.0.2</darklaf.version>
3232
<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>
3434
<dex2jar.version>v59</dex2jar.version>
3535
<fernflower.version>e0d44f4</fernflower.version>
36-
<gson.version>2.10</gson.version>
36+
<gson.version>2.10.1</gson.version>
3737
<guava.version>31.1-jre</guava.version>
3838
<httprequest.version>2.1.0</httprequest.version>
3939
<imgscalr-lib.version>4.2</imgscalr-lib.version>
@@ -44,10 +44,10 @@
4444
<objenesis.version>3.3</objenesis.version>
4545
<paged-data.version>0.2.0</paged-data.version>
4646
<procyon.version>0.6.0</procyon.version>
47-
<rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version>
47+
<rsyntaxtextarea.version>3.3.2</rsyntaxtextarea.version>
4848
<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>
5151
<safeyaml.version>1.33.0</safeyaml.version>
5252
<treelayout.version>1.0.3</treelayout.version>
5353
<webp-imageio.version>0.2.2</webp-imageio.version>
@@ -95,8 +95,8 @@
9595
<version>${apktool.version}</version>
9696
<exclusions>
9797
<exclusion>
98-
<groupId>com.konloch</groupId>
99-
<artifactId>safeyaml</artifactId>
98+
<groupId>org.yaml</groupId>
99+
<artifactId>snakeyaml</artifactId>
100100
</exclusion>
101101
</exclusions>
102102
</dependency>
@@ -277,12 +277,12 @@
277277
<version>${slf4j.version}</version>
278278
</dependency>
279279
<dependency>
280-
<groupId>org.smali</groupId>
280+
<groupId>com.github.iBotPeaches.smali</groupId>
281281
<artifactId>smali</artifactId>
282282
<version>${smali.version}</version>
283283
</dependency>
284284
<dependency>
285-
<groupId>org.smali</groupId>
285+
<groupId>com.github.iBotPeaches.smali</groupId>
286286
<artifactId>baksmali</artifactId>
287287
<version>${smali.version}</version>
288288
</dependency>
@@ -320,11 +320,23 @@
320320
<groupId>io.github.skylot</groupId>
321321
<artifactId>jadx-dex-input</artifactId>
322322
<version>${jadx.version}</version>
323+
<exclusions>
324+
<exclusion>
325+
<groupId>org.smali</groupId>
326+
<artifactId>baksmali</artifactId>
327+
</exclusion>
328+
</exclusions>
323329
</dependency>
324330
<dependency>
325331
<groupId>io.github.skylot</groupId>
326332
<artifactId>jadx-smali-input</artifactId>
327333
<version>${jadx.version}</version>
334+
<exclusions>
335+
<exclusion>
336+
<groupId>org.smali</groupId>
337+
<artifactId>smali</artifactId>
338+
</exclusion>
339+
</exclusions>
328340
</dependency>
329341
<dependency>
330342
<groupId>com.github.ThexXTURBOXx</groupId>

0 commit comments

Comments
 (0)