fix(deps): update dependency checkstyle to v10.11.0 (#5913)

This commit is contained in:
Mend Renovate 2023-05-11 14:10:53 +02:00 committed by GitHub
parent c083b2a4d3
commit fc230f6a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ plugins {
}
checkstyle {
toolVersion = "10.10.0"
toolVersion = "10.11.0"
configProperties = mapOf(
"cache_file" to buildDir.resolve("checkstyle/cacheFile")
)