config: checkstyle version bump

This commit is contained in:
Roman Ivanov 2016-06-26 13:58:54 -07:00 committed by GitHub
parent 57c958c015
commit cee26d4722
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.19</version>
<version>7.0</version>
</dependency>
</dependencies>
<!-- Specifying configuration here will take effect on the execution of "mvn checkstyle:checkstyle",