Upgrade checkstyle to 6.14.1

From 6.14 Release Notes:

  Breaking backward compatibility:

    Remove parameters validation from LocalVariableName.
    [#2549](https://github.com/checkstyle/checkstyle/issues/2549)

Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
Paul Campbell 2016-01-08 10:32:31 +00:00
parent 72c5a28f6a
commit 8bb235aa7c

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 -->