We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b456f0 commit 1c34a45Copy full SHA for 1c34a45
samples/spring-javaformat-gradle-sample/build.gradle
@@ -21,7 +21,7 @@ repositories {
21
}
22
23
checkstyle {
24
- toolVersion = "8.18"
+ toolVersion = "8.29"
25
26
27
dependencies {
samples/spring-javaformat-maven-sample/pom.xml
@@ -32,12 +32,12 @@
32
<dependency>
33
<groupId>com.puppycrawl.tools</groupId>
34
<artifactId>checkstyle</artifactId>
35
- <version>8.18</version>
+ <version>8.29</version>
36
</dependency>
37
38
<groupId>io.spring.javaformat</groupId>
39
<artifactId>spring-javaformat-checkstyle</artifactId>
40
- <version>0.0.7-SNAPSHOT</version>
+ <version>0.0.20-SNAPSHOT</version>
41
42
</dependencies>
43
<executions>
0 commit comments