Skip to content

Commit d5f798b

Browse files
committed
feat: kdstatureloaded update to 2.2.0 and support java 17
1 parent 364e987 commit d5f798b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</organization>
1919

2020
<properties>
21-
<java.version>1.8</java.version>
21+
<java.version>17</java.version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
</properties>
2424

@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-shade-plugin</artifactId>
46-
<version>3.2.4</version>
46+
<version>3.6.0</version>
4747
<executions>
4848
<execution>
4949
<phase>package</phase>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.github.AzisabaNetwork</groupId>
147147
<artifactId>KDStatusReloaded</artifactId>
148-
<version>2.1.0</version>
148+
<version>2.2.0</version>
149149
<scope>provided</scope>
150150
</dependency>
151151
<dependency>

0 commit comments

Comments
 (0)