We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56a526 commit 3ef4fc6Copy full SHA for 3ef4fc6
README.adoc
@@ -1,5 +1,5 @@
1
:release-version: 0.0.22
2
-:checkstyle-version: 8.29
+:checkstyle-version: 8.32
3
== Spring Java Format
4
5
=== What is this?
@@ -82,7 +82,7 @@ To enforce checksyle conventions add the checkstyle plugin and include a depende
82
<plugin>
83
<groupId>org.apache.maven.plugins</groupId>
84
<artifactId>maven-checkstyle-plugin</artifactId>
85
- <version>3.0.0</version>
+ <version>3.1.1</version>
86
<dependencies>
87
<dependency>
88
<groupId>com.puppycrawl.tools</groupId>
0 commit comments