Skip to content

Commit 8a3fbcf

Browse files
Update dependencies as of this commit date
Updated dependencies due to IntelliJ complaining about various (transitive) dependency vulnerabilities; did not update ANTLR dependency. Initial testing with JADX and Fernflower decompilers as well as APKs works fine.
1 parent c8e9ac9 commit 8a3fbcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
<!-- Dependency versions -->
1616
<annotations.version>23.0.0</annotations.version>
1717
<antlr4.version>4.9.3</antlr4.version>
18-
<apktool.version>2.6.1</apktool.version>
18+
<apktool.version>2.7.0</apktool.version>
1919
<asm.version>9.4</asm.version>
2020
<bined.version>0.2.0</bined.version>
2121
<byteanalysis.version>1.0bcv</byteanalysis.version>
2222
<cfr.version>0.152</cfr.version>
2323
<cloning.version>1.9.12</cloning.version>
2424
<commons-cli.version>1.5.0</commons-cli.version>
2525
<commons-codec.version>1.15</commons-codec.version>
26-
<commons-compiler.version>3.1.8</commons-compiler.version>
26+
<commons-compiler.version>3.1.9</commons-compiler.version>
2727
<commons-compress.version>1.21</commons-compress.version>
2828
<commons-io.version>2.11.0</commons-io.version>
2929
<commons-lang3.version>3.12.0</commons-lang3.version>
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.0.0.Final</decompiler-fernflower.version>
33+
<decompiler-fernflower.version>6.1.0.Final</decompiler-fernflower.version>
3434
<dex2jar.version>v56</dex2jar.version>
3535
<fernflower.version>e0d44f4</fernflower.version>
36-
<gson.version>2.9.1</gson.version>
36+
<gson.version>2.10</gson.version>
3737
<guava.version>31.1-jre</guava.version>
3838
<imgscalr-lib.version>4.2</imgscalr-lib.version>
39-
<jadx.version>1.4.4</jadx.version>
39+
<jadx.version>1.4.5</jadx.version>
4040
<jd-gui.version>1.6.6bcv</jd-gui.version>
4141
<jgraphx.version>3.4.1.3</jgraphx.version>
4242
<js.version>21.2.0</js.version>
@@ -45,7 +45,7 @@
4545
<procyon.version>0.6.0</procyon.version>
4646
<rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version>
4747
<semantic-version.version>2.1.1</semantic-version.version>
48-
<slf4j.version>2.0.3</slf4j.version>
48+
<slf4j.version>2.0.5</slf4j.version>
4949
<smali.version>2.5.2</smali.version>
5050
<snakeyaml.version>1.33</snakeyaml.version>
5151
<treelayout.version>1.0.3</treelayout.version>

0 commit comments

Comments
 (0)