Updates dependencies, and removes some redundant code

This commit is contained in:
2025-09-14 00:15:19 +02:00
parent fe8200813f
commit bcde89dec4
3 changed files with 9 additions and 42 deletions

View File

@@ -65,13 +65,13 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<version>26.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>us.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>3.1-beta-2</version>
<version>3.5</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -112,7 +112,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
</dependencies>