From 8ef4195b3dd62a98bcf7cfdd165922665cdad89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:02:05 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.26.1 to 12.1.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.26.1 to 12.1.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.26.1...checkstyle-12.1.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87f3709e41..4f6a223137 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects { nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996" jsr305Version = "3.0.2" junitVersion = "5.14.1" - checkstyleVersion = "10.26.1" + checkstyleVersion = "12.1.2" } }