Skip to content

Commit

Permalink
Update checkstyle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jan 26, 2019
1 parent cbf7134 commit 90a1829
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@

<build>
<plugins>
<!-- check for updates with mvn versions:display-dependency-updates -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -71,7 +77,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.11</version>
<version>8.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 90a1829

Please sign in to comment.