Skip to content

Commit 12f9ac9

Browse files
Bump org.apache.maven.plugins:maven-checkstyle-plugin from 2.17 to 3.0.0
1 parent 1907e55 commit 12f9ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-checkstyle-plugin</artifactId>
83-
<version>2.17</version>
83+
<version>3.0.0</version>
8484
<executions>
8585
<execution>
8686
<id>checkstyle</id>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-checkstyle-plugin</artifactId>
180-
<version>2.17</version>
180+
<version>3.0.0</version>
181181
<configuration>
182182
<configLocation>${basedir}/checkstyle.xml</configLocation>
183183
<includeTestSourceDirectory>true</includeTestSourceDirectory>

0 commit comments

Comments
 (0)