Merge pull request #8 from kemitix/upgrade-checkstyle-to-6.14.1

Upgrade checkstyle to 6.14.1
This commit is contained in:
Paul Campbell 2016-01-08 10:54:55 +00:00
commit 149c15e91f

View file

@ -130,7 +130,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>6.13</version> <version>6.14.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin><!-- maven-checkstyle-plugin --> </plugin><!-- maven-checkstyle-plugin -->