Skip to content

Commit 90a1829

Browse files
committed
Update checkstyle dependency
1 parent cbf7134 commit 90a1829

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151

5252
<build>
5353
<plugins>
54+
<!-- check for updates with mvn versions:display-dependency-updates -->
55+
<plugin>
56+
<groupId>org.codehaus.mojo</groupId>
57+
<artifactId>versions-maven-plugin</artifactId>
58+
<version>2.7</version>
59+
</plugin>
5460
<plugin>
5561
<groupId>org.apache.maven.plugins</groupId>
5662
<artifactId>maven-surefire-plugin</artifactId>
@@ -71,7 +77,7 @@
7177
<dependency>
7278
<groupId>com.puppycrawl.tools</groupId>
7379
<artifactId>checkstyle</artifactId>
74-
<version>8.11</version>
80+
<version>8.16</version>
7581
</dependency>
7682
</dependencies>
7783
</plugin>

0 commit comments

Comments
 (0)