Skip to content

Commit 08f3b63

Browse files
committed
Upgrade checkstyle to 8.30
1 parent 8a0a6e5 commit 08f3b63

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
@@ -23,7 +23,8 @@
2323
<pmd.version>6.22.0</pmd.version>
2424
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2525
<pmd.build-tools.version>6</pmd.build-tools.version>
26-
<checkstyle.version>3.1.0</checkstyle.version>
26+
<checkstyle.version>8.30</checkstyle.version>
27+
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
2728

2829
<updatesite.orbit>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit.version}/repository/</updatesite.orbit>
2930
</properties>
@@ -205,7 +206,7 @@
205206
<plugin>
206207
<groupId>org.apache.maven.plugins</groupId>
207208
<artifactId>maven-checkstyle-plugin</artifactId>
208-
<version>${checkstyle.version}</version>
209+
<version>${checkstyle.plugin.version}</version>
209210
<executions>
210211
<execution>
211212
<id>checkstyle-check</id>
@@ -219,7 +220,7 @@
219220
<dependency>
220221
<groupId>com.puppycrawl.tools</groupId>
221222
<artifactId>checkstyle</artifactId>
222-
<version>8.29</version>
223+
<version>${checkstyle.version}</version>
223224
</dependency>
224225
<dependency>
225226
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)