From b631ada41cecc1a425d04fc3addc3f889d2e23b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:57:09 +0000 Subject: [PATCH 1/2] Bump the plugins group across 1 directory with 2 updates Bumps the plugins group with 2 updates in the / directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin). Updates `com.puppycrawl.tools:checkstyle` from 13.8.0 to 13.9.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.8.0...checkstyle-13.9.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5d331babf94..e4a50472565 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 3.1.4 3.2.8 0.8.15 - 3.5.0 + 3.5.1 3.12.0 5.1.1 3.9.0 @@ -67,7 +67,7 @@ 3.5.6 - 13.8.0 + 13.9.0 4.3.0 From 2ec675648e4b041bbe78c35355f061836626756b Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 5 Aug 2026 08:40:16 -0500 Subject: [PATCH 2/2] Remove JavadocStyle as it is no longer supported --- build-tools/checkstyle/checkstyle.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-tools/checkstyle/checkstyle.xml b/build-tools/checkstyle/checkstyle.xml index d84ee4327cb..271fbb89933 100644 --- a/build-tools/checkstyle/checkstyle.xml +++ b/build-tools/checkstyle/checkstyle.xml @@ -83,11 +83,6 @@ - - - - -