From 87db0011806cf050473083f0d521076ab1f7b22b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:11:25 +0000 Subject: [PATCH 1/2] chore: update dependency com.puppycrawl.tools:checkstyle to v13.3.0 --- 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 5f178bb..40b8740 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ protobuf = "0.9.6" spotless = "8.2.1" springBoot = "4.0.3" downloadTask = "5.7.0" -checkstyleTools = "13.2.0" +checkstyleTools = "13.3.0" springDependencyManagement = "1.1.7" # direct dependencies From 17e1f074f43b5e4ae5accf84429340493270fbee Mon Sep 17 00:00:00 2001 From: Pasqual Koschmieder Date: Mon, 2 Mar 2026 19:28:41 +0100 Subject: [PATCH 2/2] configure new checks --- checkstyle.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index af81759..2157a76 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -20,6 +20,9 @@ + + + @@ -286,6 +289,7 @@ +