You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/11 12:10:59 UTC

[jmeter] branch master updated: fix(deps): update dependency checkstyle to v10.11.0 (#5913)

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 fc230f6a24 fix(deps): update dependency checkstyle to v10.11.0 (#5913)
fc230f6a24 is described below

commit fc230f6a248e806a9ddc1ff47d0123fcf84b2db0
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Thu May 11 14:10:53 2023 +0200

    fix(deps): update dependency checkstyle to v10.11.0 (#5913)
---
 .../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 30bed085fe..f10870ed3a 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.10.0"
+    toolVersion = "10.11.0"
     configProperties = mapOf(
         "cache_file" to buildDir.resolve("checkstyle/cacheFile")
     )