Update Dependencies: Spigot, MockBukkit, JUnit, pitest-maven

This commit is contained in:
Christian Koop 2022-09-29 21:39:07 +02:00
parent 1cd96b10c5
commit 2860dffb83
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
2 changed files with 10 additions and 5 deletions

View File

@ -133,7 +133,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17</version>
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

13
pom.xml
View File

@ -162,6 +162,11 @@
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@ -187,7 +192,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
@ -200,15 +205,15 @@
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.17</artifactId>
<version>1.10.3</version>
<artifactId>MockBukkit-v1.19</artifactId>
<version>2.120.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.7.5</version>
<version>1.9.5</version>
<type>maven-plugin</type>
</dependency>
</dependencies>