We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e987 commit d5f798bCopy full SHA for d5f798b
pom.xml
@@ -18,7 +18,7 @@
18
</organization>
19
20
<properties>
21
- <java.version>1.8</java.version>
+ <java.version>17</java.version>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
</properties>
24
@@ -43,7 +43,7 @@
43
<plugin>
44
<groupId>org.apache.maven.plugins</groupId>
45
<artifactId>maven-shade-plugin</artifactId>
46
- <version>3.2.4</version>
+ <version>3.6.0</version>
47
<executions>
48
<execution>
49
<phase>package</phase>
@@ -145,7 +145,7 @@
145
<dependency>
146
<groupId>com.github.AzisabaNetwork</groupId>
147
<artifactId>KDStatusReloaded</artifactId>
148
- <version>2.1.0</version>
+ <version>2.2.0</version>
149
<scope>provided</scope>
150
</dependency>
151
0 commit comments