fix(deps): update dependency checkstyle to v10.21.2 (#7043)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-29 09:59:13 -06:00 committed by GitHub
parent df425b684a
commit 05bf32c5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ java {
checkstyle {
configDirectory.set(file("$rootDir/buildscripts/"))
toolVersion = "10.21.1"
toolVersion = "10.21.2"
isIgnoreFailures = false
configProperties["rootDir"] = rootDir
}