Merge pull request #8 from kemitix/upgrade-checkstyle-to-6.14.1
Upgrade checkstyle to 6.14.1
This commit is contained in:
commit
149c15e91f
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