Skip to content

Commit ef43677

Browse files
committed
Update dependencies
1 parent 282ca11 commit ef43677

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,48 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414

1515
<!-- Dependency versions -->
16-
<annotations.version>24.1.0</annotations.version>
17-
<apktool.version>2.11.0</apktool.version>
18-
<asm.version>9.9</asm.version>
16+
<annotations.version>26.0.2-1</annotations.version>
17+
<apktool.version>2.12.1</apktool.version>
18+
<asm.version>9.9.1</asm.version>
1919
<bined.version>0.2.2</bined.version>
2020
<byteanalysis.version>1.0bcv</byteanalysis.version>
2121
<cfr.version>0.152</cfr.version>
2222
<cloning.version>1.9.12</cloning.version>
23-
<commons-cli.version>1.9.0</commons-cli.version>
24-
<commons-codec.version>1.17.1</commons-codec.version>
23+
<commons-cli.version>1.11.0</commons-cli.version>
24+
<commons-codec.version>1.20.0</commons-codec.version>
2525
<commons-compiler.version>3.1.12</commons-compiler.version>
26-
<commons-compress.version>1.27.1</commons-compress.version>
27-
<commons-io.version>2.16.1</commons-io.version>
28-
<commons-lang3.version>3.17.0</commons-lang3.version>
29-
<commons-text.version>1.12.0</commons-text.version>
30-
<darklaf.version>3.0.2</darklaf.version>
26+
<commons-compress.version>1.28.0</commons-compress.version>
27+
<commons-io.version>2.21.0</commons-io.version>
28+
<commons-lang3.version>3.20.0</commons-lang3.version>
29+
<commons-text.version>1.15.0</commons-text.version>
30+
<darklaf.version>3.0.2</darklaf.version> <!-- Newer versions require Java 17+ -->
3131
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
3232
<decompiler-fernflower.version>6.3.9.Final</decompiler-fernflower.version>
33-
<dex2jar.version>2.4.22</dex2jar.version>
33+
<dex2jar.version>2.4.34</dex2jar.version>
34+
<disk-lib.version>1.2.0</disk-lib.version>
3435
<fernflower.version>e0d44f4</fernflower.version>
35-
<gson.version>2.11.0</gson.version>
36-
<guava.version>33.3.0-jre</guava.version>
36+
<google-java-format.version>1.7</google-java-format.version> <!-- Newer versions require Java 11+ -->
37+
<gson.version>2.13.2</gson.version>
38+
<guava.version>33.5.0-jre</guava.version>
3739
<httprequest.version>2.2.0</httprequest.version>
3840
<imgscalr-lib.version>4.2</imgscalr-lib.version>
3941
<jadx.version>1.4.7</jadx.version> <!-- Newer versions require Java 11+ -->
42+
<java-parser.version>3.27.1</java-parser.version>
4043
<jd-gui.version>1.6.6bcv</jd-gui.version>
4144
<jgraphx.version>3.4.1.3</jgraphx.version>
4245
<js.version>21.2.0</js.version>
4346
<objenesis.version>3.4</objenesis.version>
4447
<binary-data.version>0.2.2</binary-data.version>
4548
<procyon.version>0.6.0</procyon.version>
46-
<rsyntaxtextarea.version>3.5.2</rsyntaxtextarea.version> <!-- Upcoming 4.0 release will require Java 11+ -->
49+
<rsyntaxtextarea.version>3.6.0</rsyntaxtextarea.version> <!-- Upcoming 4.0 release will require Java 11+ -->
4750
<semantic-version.version>2.1.1</semantic-version.version>
48-
<slf4j.version>2.0.16</slf4j.version>
49-
<smali.version>3.0.8</smali.version>
51+
<slf4j.version>2.0.17</slf4j.version>
52+
<smali.version>3.0.9</smali.version>
5053
<safeyaml.version>1.34.1</safeyaml.version>
54+
<taskmanager.version>1.0.1</taskmanager.version>
5155
<treelayout.version>1.0.3</treelayout.version>
52-
<webp-imageio.version>a8f700b</webp-imageio.version>
56+
<webp-imageio.version>901abbd</webp-imageio.version>
5357
<xpp3.version>1.1.4c</xpp3.version>
54-
<java-parser.version>3.26.2</java-parser.version>
55-
<taskmanager.version>1.0.1</taskmanager.version>
56-
<google-java-format.version>1.7</google-java-format.version> <!-- Newer versions require Java 11+ -->
57-
<disk-lib.version>1.2.0</disk-lib.version>
5858
</properties>
5959

6060
<repositories>

0 commit comments

Comments
 (0)