Add support for Java 23

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2024-10-14 19:57:04 +11:00
parent c8344ab49d
commit 8484d46297
2 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.11.0</version>
<version>5.14.1</version>
<scope>test</scope>
</dependency>
<dependency>