fix(deps): update dependency checkstyle to v10.12.5 (#9865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-15 10:37:57 +02:00 committed by GitHub
parent 0a717edeb8
commit 6f02a8c60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,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.12.4"
toolVersion = "10.12.5"
maxWarnings = 0
}