Skip to content

Commit

Permalink
Update dependencies as of this commit date
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nick-botticelli committed Dec 10, 2022
1 parent c8e9ac9 commit 8a3fbcf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -15,28 +15,28 @@
<!-- 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>
<cfr.version>0.152</cfr.version>
<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>
Expand All @@ -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>
Expand Down

0 comments on commit 8a3fbcf

Please sign in to comment.