Skip to content

Commit 41da413

Browse files
authored
Merge pull request #105 from sir-gon/renovate/checkstyle-10.x
Update dependency checkstyle to v10.12.5
2 parents 5eb0e40 + 1f7c9fc commit 41da413

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
@@ -42,7 +42,7 @@ tasks.named('test') {
4242
}
4343

4444
checkstyle {
45-
toolVersion = '10.12.3'
45+
toolVersion = '10.12.5'
4646
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
4747
maxErrors = 0
4848
maxWarnings = 0

0 commit comments

Comments
 (0)