Skip to content

Commit

Permalink
Merge pull request #280 from sir-gon/renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
Update dependency checkstyle to v10.21.3
  • Loading branch information
sir-gon authored Feb 23, 2025
2 parents 311f25b + b2c4463 commit e55e19b
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.2'
toolVersion = '10.21.3'
configFile = file("${rootDir}/checkstyle.xml")
maxErrors = 0
maxWarnings = 0
Expand Down

0 comments on commit e55e19b

Please sign in to comment.