From 9068f3bd18feabbd8eabbc34a43bacfdb3ffe462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 15:03:22 +0000 Subject: [PATCH] Update dependency checkstyle to v12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91928538..79ad0fc0 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ task fortifyScan(type: JavaExec) { checkstyle { maxWarnings = 0 - toolVersion = '11.0.1' + toolVersion = '12.1.1' // need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle configDirectory = new File(rootDir, 'config/checkstyle') }