From 20dd03638a611c4341f10c5c884698a2b55eaac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:17:32 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 10.21.4 to 12.0.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.4 to 12.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.4...checkstyle-12.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index d4f8931..8720b9b 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22" - implementation "com.puppycrawl.tools:checkstyle:10.21.4" + implementation "com.puppycrawl.tools:checkstyle:12.0.1" implementation "io.freefair.gradle:lombok-plugin:9.0.0" implementation "net.sourceforge.pmd:pmd-java:7.17.0" } \ No newline at end of file