Update dependency checkstyle to v10.12.7 (#6101)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-02 11:34:11 -06:00 committed by GitHub
parent e588eb8042
commit 1b4f5aeab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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