This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new d135e7e46c fix(deps): update dependency checkstyle to v10.10.0 (#5825)
d135e7e46c is described below
commit d135e7e46cbc5b5399a23c98258f5105f6a4b70b
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Apr 27 19:21:34 2023 +0200
fix(deps): update dependency checkstyle to v10.10.0 (#5825)
---
.../verification/src/main/kotlin/build-logic.checkstyle.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
b/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
index 97d39c5a16..30bed085fe 100644
--- a/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
+++ b/build-logic/verification/src/main/kotlin/build-logic.checkstyle.gradle.kts
@@ -24,7 +24,7 @@ plugins {
}
checkstyle {
- toolVersion = "10.8.1"
+ toolVersion = "10.10.0"
configProperties = mapOf(
"cache_file" to buildDir.resolve("checkstyle/cacheFile")
)