Update dependencies

This commit is contained in:
Nico Mexis 2021-12-19 22:05:31 +01:00
parent c6ab84fe17
commit 4e5c335898
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 9 additions and 9 deletions

18
pom.xml
View File

@ -30,13 +30,13 @@
<commons-text.version>1.9</commons-text.version>
<darklaf.version>2.7.3</darklaf.version>
<darklaf-extensions-rsta.version>0.3.4</darklaf-extensions-rsta.version>
<decompiler-fernflower.version>5.2.0.Final</decompiler-fernflower.version>
<dex2jar.version>v36</dex2jar.version>
<fernflower.version>981e35a</fernflower.version>
<decompiler-fernflower.version>5.2.1.Final</decompiler-fernflower.version>
<dex2jar.version>v37</dex2jar.version>
<fernflower.version>94d9422</fernflower.version>
<gson.version>2.8.9</gson.version>
<guava.version>31.0.1-jre</guava.version>
<imgscalr-lib.version>4.2</imgscalr-lib.version>
<jadx.version>1.3.0</jadx.version>
<jadx.version>1.3.1</jadx.version>
<janino.version>3.1.6</janino.version>
<jd-gui.version>1.6.6bcv</jd-gui.version>
<jgraphx.version>3.4.1.3</jgraphx.version>
@ -48,7 +48,7 @@
<semantic-version.version>2.1.1</semantic-version.version>
<slf4j.version>1.7.32</slf4j.version>
<smali.version>2.5.2</smali.version>
<snakeyaml.version>1.29</snakeyaml.version>
<snakeyaml.version>1.30</snakeyaml.version>
<treelayout.version>1.0.3</treelayout.version>
<webp-imageio.version>0.2.2</webp-imageio.version>
<xpp3.version>1.1.4c</xpp3.version>
@ -288,22 +288,22 @@
<version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>com.github.skylot.jadx</groupId>
<groupId>io.github.skylot</groupId>
<artifactId>jadx-core</artifactId>
<version>${jadx.version}</version>
</dependency>
<dependency>
<groupId>com.github.skylot.jadx</groupId>
<groupId>io.github.skylot</groupId>
<artifactId>jadx-java-convert</artifactId>
<version>${jadx.version}</version>
</dependency>
<dependency>
<groupId>com.github.skylot.jadx</groupId>
<groupId>io.github.skylot</groupId>
<artifactId>jadx-dex-input</artifactId>
<version>${jadx.version}</version>
</dependency>
<dependency>
<groupId>com.github.skylot.jadx</groupId>
<groupId>io.github.skylot</groupId>
<artifactId>jadx-smali-input</artifactId>
<version>${jadx.version}</version>
</dependency>