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:
parent
72c5a28f6a
commit
8bb235aa7c
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in a new issue