From 7a7cd66d7f85d8c11e80a5908eadc34fcf162505 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:13:35 +0000 Subject: [PATCH] fix(deps): update dependency checkstyle to v13 Signed-off-by: Renovate Bot --- build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts b/build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts index 0e6845aba60..0dec30a4021 100644 --- a/build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts +++ b/build-conventions/src/main/kotlin/jgiven-checkstyle.gradle.kts @@ -3,7 +3,7 @@ plugins { } checkstyle { - toolVersion = "12.3.1" + toolVersion = "13.4.0" configFile = file("${rootProject.projectDir}/checkstyle.xml") isShowViolations = true