From 6b1806babcb9925a07965bddecd6c5fc01c6e9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:08:07 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 11.0.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.0 to 11.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-11.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 9f049aa9..6af639dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ com-github-ben-manes-versions-plugin = "0.51.0" com-github-spotbugs = "4.8.6" com-google-code-findbugs = "3.0.1" com-h3xstream-findsecbugs-findsecbugs-plugin = "1.13.0" -com-puppycrawl-tools-checkstyle = "10.20.0" +com-puppycrawl-tools-checkstyle = "11.0.1" nl-littlerobots-version-catalog-update-plugin = "0.8.5" org-assertj = "3.26.3" org-gaul-modernizer = "2.9.0"