config: bump checkstyle version

This commit is contained in:
Roman Ivanov 2016-10-30 08:08:57 -07:00 committed by GitHub
parent 3ecce283b2
commit 0ac73d822e
1 changed files with 1 additions and 1 deletions

View File

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