Skip to content

Commit

Permalink
Merge pull request #486 from ThexXTURBOXx/master
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Konloch committed Feb 3, 2024
2 parents aea66fe + cb7fd03 commit 13bf3cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@

<!-- Dependency versions -->
<annotations.version>24.1.0</annotations.version>
<apktool.version>2.9.1</apktool.version>
<apktool.version>2.9.3</apktool.version>
<asm.version>9.6</asm.version>
<bined.version>0.2.1</bined.version>
<byteanalysis.version>1.0bcv</byteanalysis.version>
Expand All @@ -29,11 +29,11 @@
<commons-text.version>1.11.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.3.4.Final</decompiler-fernflower.version>
<dex2jar.version>2.4.7</dex2jar.version>
<decompiler-fernflower.version>6.3.6.Final</decompiler-fernflower.version>
<dex2jar.version>2.4.11</dex2jar.version>
<fernflower.version>e0d44f4</fernflower.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.3-jre</guava.version>
<guava.version>33.0.0-jre</guava.version>
<httprequest.version>2.2.0</httprequest.version>
<imgscalr-lib.version>4.2</imgscalr-lib.version>
<jadx.version>1.4.7</jadx.version>
Expand All @@ -45,11 +45,11 @@
<procyon.version>0.6.0</procyon.version>
<rsyntaxtextarea.version>3.3.4</rsyntaxtextarea.version>
<semantic-version.version>2.1.1</semantic-version.version>
<slf4j.version>2.0.9</slf4j.version>
<slf4j.version>2.0.11</slf4j.version>
<smali.version>3.0.3</smali.version>
<safeyaml.version>1.34.1</safeyaml.version>
<treelayout.version>1.0.3</treelayout.version>
<webp-imageio.version>0.2.2</webp-imageio.version>
<webp-imageio.version>0.7.0</webp-imageio.version>
<xpp3.version>1.1.4c</xpp3.version>
</properties>

Expand Down Expand Up @@ -358,7 +358,7 @@
<version>${darklaf-extensions-rsta.version}</version>
</dependency>
<dependency>
<groupId>com.github.gotson</groupId>
<groupId>com.github.usefulness</groupId>
<artifactId>webp-imageio</artifactId>
<version>${webp-imageio.version}</version>
</dependency>
Expand Down Expand Up @@ -391,7 +391,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand All @@ -401,15 +401,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
<configuration>
<source>${maven.compiler.source}</source>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 13bf3cd

Please sign in to comment.