Misc maven build updates

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2020-10-17 17:51:10 +11:00
parent b643889355
commit f93a843c80

View File

@ -72,7 +72,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
@ -309,14 +309,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>