fix(deps): update dependency checkstyle to v10.20.2 (#12822)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-01 13:48:54 +02:00 committed by GitHub
parent 6fa9553674
commit 2201a6db23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ codenarc {
checkstyle { checkstyle {
configFile = rootProject.file("buildscripts/checkstyle.xml") configFile = rootProject.file("buildscripts/checkstyle.xml")
// this version should match the version of google_checks.xml used as basis for above configuration // this version should match the version of google_checks.xml used as basis for above configuration
toolVersion = "10.20.1" toolVersion = "10.20.2"
maxWarnings = 0 maxWarnings = 0
} }