Skip to content

Commit

Permalink
feat: java 21 + latest vineflower
Browse files Browse the repository at this point in the history
  • Loading branch information
apkreader committed Jul 1, 2024
1 parent d8c30e3 commit 8b4d9dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.target>21</maven.compiler.target>
<asm.version>9.8-SNAPSHOT</asm.version>
<procyon.version>0.6.0</procyon.version>
<cfr.version>0.152</cfr.version>
<jd-core.version>1.1.3</jd-core.version>
<vineflower.version>1.8.1</vineflower.version>
<vineflower.version>1.10.1</vineflower.version>
</properties>


Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.3.4</version>
<version>3.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
<version>LATEST</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -181,8 +181,8 @@
<version>${jd-core.version}</version>
</dependency>
<dependency>
<groupId>org.quiltmc</groupId>
<artifactId>quiltflower</artifactId>
<groupId>org.vineflower</groupId>
<artifactId>vineflower</artifactId>
<version>${vineflower.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8b4d9dc

Please sign in to comment.