Skip to content

Commit e0fd2ab

Browse files
committed
Bump checkstyle from 8.29 to 8.42
1 parent 1053923 commit e0fd2ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
<local.lib.repo>${project.basedir}/lib/mvn-repo</local.lib.repo>
6868

6969
<surefire.version>3.0.0-M5</surefire.version>
70-
<checkstyle.version>3.1.0</checkstyle.version>
70+
<checkstyle.version>8.42</checkstyle.version>
71+
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
7172
<pmd.plugin.version>3.13.0</pmd.plugin.version>
7273
<javadoc.plugin.version>3.0.1</javadoc.plugin.version>
7374
<source.plugin.version>3.0.1</source.plugin.version>
@@ -219,7 +220,7 @@
219220
<plugin>
220221
<groupId>org.apache.maven.plugins</groupId>
221222
<artifactId>maven-checkstyle-plugin</artifactId>
222-
<version>${checkstyle.version}</version>
223+
<version>${checkstyle.plugin.version}</version>
223224
<executions>
224225
<execution>
225226
<id>checkstyle-check</id>
@@ -233,7 +234,7 @@
233234
<dependency>
234235
<groupId>com.puppycrawl.tools</groupId>
235236
<artifactId>checkstyle</artifactId>
236-
<version>8.29</version>
237+
<version>${checkstyle.version}</version>
237238
</dependency>
238239
<dependency>
239240
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)