From 463fb79c604184154dc808c07cd3201d4830bf1b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:02:59 +0000 Subject: [PATCH] Update dependency checkstyle to v10.21.2 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83618e3..da405b4 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ subprojects { } checkstyle { - toolVersion = "10.21.1" + toolVersion = "10.21.2" } // checkstyle gives us the warnings we need, suppress overzelous jdk checks