Skip to content

Commit ab7e51c

Browse files
authored
Merge pull request #441 from sir-gon/renovate/checkstyle-13.x
Update dependency checkstyle to v13.2.0
2 parents dfa7ff0 + 1643263 commit ab7e51c

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
@@ -51,7 +51,7 @@ tasks.named('test') {
5151
}
5252

5353
checkstyle {
54-
toolVersion = '13.1.0'
54+
toolVersion = '13.2.0'
5555
configFile = file("${rootDir}/checkstyle.xml")
5656
maxErrors = 0
5757
maxWarnings = 0

0 commit comments

Comments
 (0)