Skip to content

Commit 1c34a45

Browse files
committed
Update versions in the samples
See gh-171
1 parent 7b456f0 commit 1c34a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/spring-javaformat-gradle-sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
checkstyle {
24-
toolVersion = "8.18"
24+
toolVersion = "8.29"
2525
}
2626

2727
dependencies {

samples/spring-javaformat-maven-sample/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>com.puppycrawl.tools</groupId>
3434
<artifactId>checkstyle</artifactId>
35-
<version>8.18</version>
35+
<version>8.29</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.spring.javaformat</groupId>
3939
<artifactId>spring-javaformat-checkstyle</artifactId>
40-
<version>0.0.7-SNAPSHOT</version>
40+
<version>0.0.20-SNAPSHOT</version>
4141
</dependency>
4242
</dependencies>
4343
<executions>

0 commit comments

Comments
 (0)