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 e636ecffed fix(deps): update dependency checkstyle to v10.12.1
e636ecffed is described below
commit e636ecffed8dae0b6e8b5b76a22d87929e1bdd37
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Jun 29 05:14:52 2023 +0000
fix(deps): update dependency checkstyle to v10.12.1
---
.../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 f10870ed3a..cfe92743fd 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.11.0"
+ toolVersion = "10.12.1"
configProperties = mapOf(
"cache_file" to buildDir.resolve("checkstyle/cacheFile")
)