From b6c8c12c3240eab2951b67ec52587917147e6e9a Mon Sep 17 00:00:00 2001 From: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:15:01 +0100 Subject: [PATCH] Upgrade checkstyle (#460) --- buildSrc/src/main/kotlin/creek-common-convention.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts index 3da813e8..cdfe8f13 100644 --- a/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts @@ -59,7 +59,7 @@ repositories { dependencies { spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0") - checkstyle("com.puppycrawl.tools:checkstyle:10.12.5") + checkstyle("com.puppycrawl.tools:checkstyle:10.17.0") } configurations.all {