Skip to content

Commit 101fad9

Browse files
committed
Upgrade to CheckStyle Maven Plugin 3.1.0
Closes gh-109
1 parent 9bf5e52 commit 101fad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-checkstyle-plugin</artifactId>
84-
<version>3.0.0</version>
84+
<version>3.1.0</version>
8585
<dependencies>
8686
<dependency>
8787
<groupId>com.puppycrawl.tools</groupId>
8888
<artifactId>checkstyle</artifactId>
89-
<version>8.18</version>
89+
<version>8.21</version>
9090
</dependency>
9191
</dependencies>
9292
</plugin>

0 commit comments

Comments
 (0)