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.
This commit is contained in:
Nick Botticelli 2022-12-10 00:19:51 -07:00
parent c8e9ac9e7b
commit 8a3fbcf86a
No known key found for this signature in database
GPG Key ID: F8BED79292566D4E
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -15,7 +15,7 @@
<!-- Dependency versions -->
<annotations.version>23.0.0</annotations.version>
<antlr4.version>4.9.3</antlr4.version>
<apktool.version>2.6.1</apktool.version>
<apktool.version>2.7.0</apktool.version>
<asm.version>9.4</asm.version>
<bined.version>0.2.0</bined.version>
<byteanalysis.version>1.0bcv</byteanalysis.version>
@ -23,20 +23,20 @@
<cloning.version>1.9.12</cloning.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-compiler.version>3.1.8</commons-compiler.version>
<commons-compiler.version>3.1.9</commons-compiler.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-text.version>1.10.0</commons-text.version>
<darklaf.version>3.0.2</darklaf.version>
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
<decompiler-fernflower.version>6.0.0.Final</decompiler-fernflower.version>
<decompiler-fernflower.version>6.1.0.Final</decompiler-fernflower.version>
<dex2jar.version>v56</dex2jar.version>
<fernflower.version>e0d44f4</fernflower.version>
<gson.version>2.9.1</gson.version>
<gson.version>2.10</gson.version>
<guava.version>31.1-jre</guava.version>
<imgscalr-lib.version>4.2</imgscalr-lib.version>
<jadx.version>1.4.4</jadx.version>
<jadx.version>1.4.5</jadx.version>
<jd-gui.version>1.6.6bcv</jd-gui.version>
<jgraphx.version>3.4.1.3</jgraphx.version>
<js.version>21.2.0</js.version>
@ -45,7 +45,7 @@
<procyon.version>0.6.0</procyon.version>
<rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version>
<semantic-version.version>2.1.1</semantic-version.version>
<slf4j.version>2.0.3</slf4j.version>
<slf4j.version>2.0.5</slf4j.version>
<smali.version>2.5.2</smali.version>
<snakeyaml.version>1.33</snakeyaml.version>
<treelayout.version>1.0.3</treelayout.version>