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 0916220b4e fix(deps): update dependency checkstyle to v10.26.1
0916220b4e is described below

commit 0916220b4e6beeccd0a81b49903ec12ddbc19ae6
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Jul 22 14:38:51 2025 +0000

    fix(deps): update dependency checkstyle to v10.26.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 2012ca9dec..d101203b26 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
@@ -35,7 +35,7 @@ checkstyle {
     // TOOD: move to /config
     val configDir = File(rootDir, "config/checkstyle")
 
-    toolVersion = "10.12.6"
+    toolVersion = "10.26.1"
     configProperties = mapOf(
         "cache_file" to 
layout.buildDirectory.dir("checkstyle/cacheFile").get().asFile.relativeTo(configDir)
     )

Reply via email to