Update dependencies
This commit is contained in:
parent
ebdf389724
commit
9447f4ee2f
1 changed files with 23 additions and 22 deletions
45
pom.xml
45
pom.xml
|
@ -13,42 +13,42 @@
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
<!-- Dependency versions -->
|
<!-- Dependency versions -->
|
||||||
<annotations.version>24.0.0</annotations.version>
|
<annotations.version>24.0.1</annotations.version>
|
||||||
<antlr4.version>4.9.3</antlr4.version>
|
<antlr4.version>4.9.3</antlr4.version>
|
||||||
<apktool.version>2.7.0</apktool.version>
|
<apktool.version>2.8.0</apktool.version>
|
||||||
<asm.version>9.4</asm.version>
|
<asm.version>9.5</asm.version>
|
||||||
<bined.version>0.2.0</bined.version>
|
<bined.version>0.2.0</bined.version>
|
||||||
<byteanalysis.version>1.0bcv</byteanalysis.version>
|
<byteanalysis.version>1.0bcv</byteanalysis.version>
|
||||||
<cfr.version>0.152</cfr.version>
|
<cfr.version>0.152</cfr.version>
|
||||||
<cloning.version>1.9.12</cloning.version>
|
<cloning.version>1.9.12</cloning.version>
|
||||||
<commons-cli.version>1.5.0</commons-cli.version>
|
<commons-cli.version>1.5.0</commons-cli.version>
|
||||||
<commons-codec.version>1.15</commons-codec.version>
|
<commons-codec.version>1.16.0</commons-codec.version>
|
||||||
<commons-compiler.version>3.1.9</commons-compiler.version>
|
<commons-compiler.version>3.1.10</commons-compiler.version>
|
||||||
<commons-compress.version>1.22</commons-compress.version>
|
<commons-compress.version>1.23.0</commons-compress.version>
|
||||||
<commons-io.version>2.11.0</commons-io.version>
|
<commons-io.version>2.13.0</commons-io.version>
|
||||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||||||
<commons-text.version>1.10.0</commons-text.version>
|
<commons-text.version>1.10.0</commons-text.version>
|
||||||
<darklaf.version>3.0.2</darklaf.version>
|
<darklaf.version>3.0.2</darklaf.version>
|
||||||
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
|
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
|
||||||
<decompiler-fernflower.version>6.1.2.Final</decompiler-fernflower.version>
|
<decompiler-fernflower.version>6.2.5.Final</decompiler-fernflower.version>
|
||||||
<dex2jar.version>v59</dex2jar.version>
|
<dex2jar.version>v64</dex2jar.version>
|
||||||
<fernflower.version>e0d44f4</fernflower.version>
|
<fernflower.version>e0d44f4</fernflower.version>
|
||||||
<gson.version>2.10.1</gson.version>
|
<gson.version>2.10.1</gson.version>
|
||||||
<guava.version>31.1-jre</guava.version>
|
<guava.version>32.1.1-jre</guava.version>
|
||||||
<httprequest.version>2.1.0</httprequest.version>
|
<httprequest.version>2.2.0</httprequest.version>
|
||||||
<imgscalr-lib.version>4.2</imgscalr-lib.version>
|
<imgscalr-lib.version>4.2</imgscalr-lib.version>
|
||||||
<jadx.version>1.4.5</jadx.version>
|
<jadx.version>1.4.7</jadx.version>
|
||||||
<jd-gui.version>1.6.6bcv</jd-gui.version>
|
<jd-gui.version>1.6.6bcv</jd-gui.version>
|
||||||
<jgraphx.version>3.4.1.3</jgraphx.version>
|
<jgraphx.version>3.4.1.3</jgraphx.version>
|
||||||
<js.version>21.2.0</js.version>
|
<js.version>21.2.0</js.version>
|
||||||
<objenesis.version>3.3</objenesis.version>
|
<objenesis.version>3.3</objenesis.version>
|
||||||
<paged-data.version>0.2.0</paged-data.version>
|
<paged-data.version>0.2.0</paged-data.version>
|
||||||
<procyon.version>0.6.0</procyon.version>
|
<procyon.version>0.6.0</procyon.version>
|
||||||
<rsyntaxtextarea.version>3.3.2</rsyntaxtextarea.version>
|
<rsyntaxtextarea.version>3.3.3</rsyntaxtextarea.version>
|
||||||
<semantic-version.version>2.1.1</semantic-version.version>
|
<semantic-version.version>2.1.1</semantic-version.version>
|
||||||
<slf4j.version>2.0.6</slf4j.version>
|
<slf4j.version>2.0.7</slf4j.version>
|
||||||
<smali.version>403e90375e</smali.version>
|
<smali.version>3.0.3</smali.version>
|
||||||
<safeyaml.version>1.33.0</safeyaml.version>
|
<safeyaml.version>1.34.1</safeyaml.version>
|
||||||
<treelayout.version>1.0.3</treelayout.version>
|
<treelayout.version>1.0.3</treelayout.version>
|
||||||
<webp-imageio.version>0.2.2</webp-imageio.version>
|
<webp-imageio.version>0.2.2</webp-imageio.version>
|
||||||
<xpp3.version>1.1.4c</xpp3.version>
|
<xpp3.version>1.1.4c</xpp3.version>
|
||||||
|
@ -277,13 +277,13 @@
|
||||||
<version>${slf4j.version}</version>
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.iBotPeaches.smali</groupId>
|
<groupId>com.android.tools.smali</groupId>
|
||||||
<artifactId>smali</artifactId>
|
<artifactId>smali</artifactId>
|
||||||
<version>${smali.version}</version>
|
<version>${smali.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.iBotPeaches.smali</groupId>
|
<groupId>com.android.tools.smali</groupId>
|
||||||
<artifactId>baksmali</artifactId>
|
<artifactId>smali-baksmali</artifactId>
|
||||||
<version>${smali.version}</version>
|
<version>${smali.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -398,7 +398,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.10.1</version>
|
<version>3.11.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${maven.compiler.source}</source>
|
<source>${maven.compiler.source}</source>
|
||||||
<target>${maven.compiler.target}</target>
|
<target>${maven.compiler.target}</target>
|
||||||
|
@ -408,7 +408,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.4.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${maven.compiler.source}</source>
|
<source>${maven.compiler.source}</source>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -416,7 +416,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.3.0</version>
|
<version>3.4.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
@ -437,6 +437,7 @@
|
||||||
<exclude>META-INF/*LICENSE*</exclude>
|
<exclude>META-INF/*LICENSE*</exclude>
|
||||||
<exclude>META-INF/*NOTICE*</exclude>
|
<exclude>META-INF/*NOTICE*</exclude>
|
||||||
<exclude>META-INF/MANIFEST.MF</exclude>
|
<exclude>META-INF/MANIFEST.MF</exclude>
|
||||||
|
<exclude>LICENSE</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</filter>
|
</filter>
|
||||||
<!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->
|
<!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->
|
||||||
|
|
Loading…
Reference in a new issue