Merge branch 'upgrade-checkstyle-to-6.16.1' into develop

* upgrade-checkstyle-to-6.16.1:
  pom.xml: Upgrade checkstyle to 6.16.1
This commit is contained in:
Paul Campbell 2016-03-09 09:40:57 +00:00
commit 05dae595ee

View file

@ -134,7 +134,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>6.16</version> <version>6.16.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.sevntu.checkstyle</groupId> <groupId>com.github.sevntu.checkstyle</groupId>