From 497a53d3589a3832785c32c5c1fdc150ec605663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:01:51 +0000 Subject: [PATCH 1/2] Bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/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) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1bb3cadb..d27c20311 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ com.puppycrawl.tools checkstyle - 13.8.0 + 13.9.0 From ff5f1d3a07719d6c535df2d2d4672bd9fe13fa52 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson <7290072+dannil@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:06:14 +0200 Subject: [PATCH 2/2] Replace JavadocStyle check with SummaryJavadoc --- src/test/resources/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/checkstyle/checkstyle.xml b/src/test/resources/checkstyle/checkstyle.xml index 6f04962cc..26ea072d7 100644 --- a/src/test/resources/checkstyle/checkstyle.xml +++ b/src/test/resources/checkstyle/checkstyle.xml @@ -165,13 +165,13 @@ - +