config: checkstyle version bump

This commit is contained in:
Roman Ivanov 2016-11-25 07:32:15 -08:00 committed by GitHub
parent 9290001af2
commit 323faa9b6e
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.2</version>
<version>7.3</version>
</dependency>
</dependencies>
<!-- Specifying configuration here will take effect on the execution of "mvn checkstyle:checkstyle",