From 076edcd6b7b7e284549e278a7a418277e8b4fcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:15:11 +0000 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 13.3.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.2.0 to 13.3.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.2.0...checkstyle-13.3.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.3.0 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 5ce2edc..b6bc8e3 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:12.2.0" + implementation "com.puppycrawl.tools:checkstyle:13.3.0" implementation "io.freefair.gradle:lombok-plugin:9.2.0" implementation "net.sourceforge.pmd:pmd-java:7.19.0" } \ No newline at end of file