Merge branch 'Konloch:master' into master

This commit is contained in:
Cody 2024-03-27 21:47:34 -06:00 committed by GitHub
commit 79714500ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

AI 샘플 코드 생성 중입니다

Loading...

20
pom.xml
View File

@ -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>
@ -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>
@ -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>
@ -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>
@ -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>
@ -401,7 +401,7 @@
<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>
@ -409,7 +409,7 @@
<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>