Skip to content

Commit 8b4d9dc

Browse files
committed
feat: java 21 + latest vineflower
1 parent d8c30e3 commit 8b4d9dc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>8</maven.compiler.source>
13-
<maven.compiler.target>8</maven.compiler.target>
13+
<maven.compiler.target>21</maven.compiler.target>
1414
<asm.version>9.8-SNAPSHOT</asm.version>
1515
<procyon.version>0.6.0</procyon.version>
1616
<cfr.version>0.152</cfr.version>
1717
<jd-core.version>1.1.3</jd-core.version>
18-
<vineflower.version>1.8.1</vineflower.version>
18+
<vineflower.version>1.10.1</vineflower.version>
1919
</properties>
2020

2121

@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>commons-io</groupId>
4848
<artifactId>commons-io</artifactId>
49-
<version>2.15.1</version>
49+
<version>2.16.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.fifesoft</groupId>
5353
<artifactId>rsyntaxtextarea</artifactId>
54-
<version>3.3.4</version>
54+
<version>3.4.1</version>
5555
</dependency>
5656

5757
<dependency>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.projectlombok</groupId>
137137
<artifactId>lombok</artifactId>
138-
<version>1.18.28</version>
138+
<version>LATEST</version>
139139
<scope>compile</scope>
140140
</dependency>
141141

@@ -181,8 +181,8 @@
181181
<version>${jd-core.version}</version>
182182
</dependency>
183183
<dependency>
184-
<groupId>org.quiltmc</groupId>
185-
<artifactId>quiltflower</artifactId>
184+
<groupId>org.vineflower</groupId>
185+
<artifactId>vineflower</artifactId>
186186
<version>${vineflower.version}</version>
187187
</dependency>
188188
</dependencies>

0 commit comments

Comments
 (0)