From f908ba87fa8bd053f5ee8452e48cc3e46f6e055c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:51:48 +0000 Subject: [PATCH] Update dependency com.puppycrawl.tools:checkstyle to v12.1.2 --- 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 229b794b8459..d2f79e6b6104 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ asciidoctorj-pdf = "2.3.23" 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.1" +checkstyle = "12.1.2" eclipse = "4.37.0" jackson = "2.20.1" jacoco = "0.8.14"