Skip to content

Commit 87e9537

Browse files
committed
Updated GitHub repository. Updated all plugin dependencies. Added 1.21.6 support. Added 1.21.7 support. Modified server version check system. Changed plugin version to 1.0.2. Changed plugin API version to 1.0.2.
1 parent 95fb8c6 commit 87e9537

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.loving11ish</groupId>
88
<artifactId>UStats-API</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>UStats-API</name>
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-compiler-plugin</artifactId>
40-
<version>3.13.0</version>
40+
<version>3.14.0</version>
4141
<configuration>
4242
<source>${java.version}</source>
4343
<target>${java.version}</target>
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-javadoc-plugin</artifactId>
50-
<version>3.7.0</version>
50+
<version>3.11.2</version>
5151
<configuration>
5252
<show>private</show>
5353
<nohelp>true</nohelp>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.jetbrains</groupId>
9494
<artifactId>annotations</artifactId>
95-
<version>24.1.0</version>
95+
<version>26.0.2</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
</dependencies>

0 commit comments

Comments
 (0)