Skip to content

Commit 3ef4fc6

Browse files
committed
Update checkstyle and maven plugin version
Closes gh-187
1 parent f56a526 commit 3ef4fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:release-version: 0.0.22
2-
:checkstyle-version: 8.29
2+
:checkstyle-version: 8.32
33
== Spring Java Format
44

55
=== What is this?
@@ -82,7 +82,7 @@ To enforce checksyle conventions add the checkstyle plugin and include a depende
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-checkstyle-plugin</artifactId>
85-
<version>3.0.0</version>
85+
<version>3.1.1</version>
8686
<dependencies>
8787
<dependency>
8888
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)