Skip to content

Commit 35c6e7a

Browse files
authored
Merge pull request #383 from sir-gon/renovate/checkstyle-12.x
Update dependency checkstyle to v12.1.1
2 parents b0e6aea + d4195e6 commit 35c6e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks.named('test') {
4848
}
4949

5050
checkstyle {
51-
toolVersion = '12.1.0'
51+
toolVersion = '12.1.1'
5252
configFile = file("${rootDir}/checkstyle.xml")
5353
maxErrors = 0
5454
maxWarnings = 0

0 commit comments

Comments
 (0)