Skip to content

Commit 4b78bf6

Browse files
committed
Update dependencies to support Java 20
Fixes #2274 Fixes #2270 Fixes #2251
1 parent edce5b6 commit 4b78bf6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<project.build.number></project.build.number>
1717
<project.fullVersion>${project.version}</project.fullVersion>
1818

19-
<junit.version>5.9.0</junit.version>
20-
<mockito.version>4.6.1</mockito.version>
19+
<junit.version>5.9.2</junit.version>
20+
<mockito.version>4.11.0</mockito.version>
2121
<netty.version>4.1.77.Final</netty.version>
2222
<spigot.version>1.19.4-R0.1-SNAPSHOT</spigot.version>
2323
</properties>
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-shade-plugin</artifactId>
43-
<version>3.3.0</version>
43+
<version>3.4.1</version>
4444
<executions>
4545
<execution>
4646
<phase>package</phase>
@@ -73,7 +73,7 @@
7373

7474
<plugin>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.10.1</version>
76+
<version>3.11.0</version>
7777
<configuration>
7878
<source>1.8</source>
7979
<target>1.8</target>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-jar-plugin</artifactId>
86-
<version>3.2.2</version>
86+
<version>3.3.0</version>
8787
<configuration>
8888
<archive>
8989
<manifestEntries>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-surefire-plugin</artifactId>
103-
<version>3.0.0-M7</version>
103+
<version>3.0.0</version>
104104
<dependencies>
105105
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
106106
<dependency>
@@ -329,14 +329,14 @@
329329
<dependency>
330330
<groupId>net.kyori</groupId>
331331
<artifactId>adventure-text-serializer-gson</artifactId>
332-
<version>4.11.0</version>
332+
<version>4.13.0</version>
333333
<scope>provided</scope>
334334
</dependency>
335335
<!-- https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy -->
336336
<dependency>
337337
<groupId>net.bytebuddy</groupId>
338338
<artifactId>byte-buddy</artifactId>
339-
<version>1.12.12</version>
339+
<version>1.14.3</version>
340340
</dependency>
341341

342342
<!-- Testing dependencies -->

0 commit comments

Comments
 (0)