fix(deps): update dependency checkstyle to v10.18.2 (#12358)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-29 17:04:24 -07:00 committed by GitHub
parent 350e03c0c2
commit 0f0477a35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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