config: bump checkstyle version

This commit is contained in:
Roman Ivanov 2016-12-31 07:55:01 -08:00
parent 5c8ae2b45e
commit cd3a79d233
1 changed files with 1 additions and 1 deletions

View File

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