Skip to content

Commit

Permalink
Merge pull request #548 from anasoid/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
anasoid authored Feb 24, 2025
2 parents f1f3bf4 + c552fdd commit 2b0742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subprojects {
checkstyle {

configFile = rootProject.file('config/checkstyle/google_checks.xml')
toolVersion "10.21.2"
toolVersion "10.21.3"
ignoreFailures = false
maxErrors = 0
maxWarnings = 0
Expand Down

0 comments on commit 2b0742e

Please sign in to comment.