Upgrade checkstyle to 6.17
[Release Notes](http://checkstyle.sourceforge.net/releasenotes.html#Release_6.17) Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
b8e26e52aa
commit
258c1e5521
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -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.1</version>
|
<version>6.17</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.sevntu.checkstyle</groupId>
|
<groupId>com.github.sevntu.checkstyle</groupId>
|
||||||
|
|
Loading…
Reference in a new issue