From c4a82b66522c50b580ef85342e8810fb2dfe3f34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:27:15 +0000 Subject: [PATCH] Update dependency com.puppycrawl.tools:checkstyle to v12.1.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ca94c821f765..dc1ac2b20217 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ asciidoctorj-pdf = "2.3.21" asciidoctor-plugins = "4.0.5" # Check if workaround in documentation.gradle.kts can be removed when upgrading assertj = "3.27.6" bnd = "7.1.0" -checkstyle = "12.1.0" +checkstyle = "12.1.1" eclipse = "4.37.0" jackson = "2.20.0" jacoco = "0.8.14"