Skip to content

Commit

Permalink
Update dependency checkstyle to v10.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 184714d commit ca63269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithm-exercises-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks.named('test') {
}

checkstyle {
toolVersion = '10.21.1'
toolVersion = '10.21.2'
configFile = file("${rootDir}/checkstyle.xml")
maxErrors = 0
maxWarnings = 0
Expand Down

0 comments on commit ca63269

Please sign in to comment.