Misc maven build updates

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-10-17 17:51:05 +11:00
parent f341d8d29a
commit 7a26733389

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
@ -225,14 +225,14 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.31</version>
<version>8.36.2</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.18</version>
<version>1.19</version>
<executions>
<execution>
<phase>process-classes</phase>