From f10323bb2eab28d29eb64b09813adf88660f367c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:35:10 +0000 Subject: [PATCH 1/2] build(deps): bump com.puppycrawl.tools:checkstyle from 10.2 to 11.0.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.2 to 11.0.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.2...checkstyle-11.0.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 113c27413..864c56c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ com.puppycrawl.tools checkstyle - 10.2 + 11.0.0 From baf267231257a0b55663c7f91e4a638117be5741 Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Thu, 7 Aug 2025 13:48:46 +0100 Subject: [PATCH 2/2] chore: exclude checkstyle for Java <17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 864c56c7b..7cdc56545 100644 --- a/pom.xml +++ b/pom.xml @@ -165,11 +165,11 @@ ${skipTests} - + - checkstyle-jdk11+ + checkstyle-jdk17+ - (,11) + (,17)