Update Maven plugins

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2021-07-03 11:06:33 +10:00
parent bc5ed0e911
commit a388fc3a6c
5 changed files with 7 additions and 7 deletions

View File

@@ -327,7 +327,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.24.0</version>
<version>3.26.0</version>
</dependency>
</dependencies>
</plugin>
@@ -363,7 +363,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<executions>
<execution>
<phase>process-classes</phase>
@@ -380,7 +380,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.39</version>
<version>8.44</version>
</dependency>
</dependencies>
</plugin>