From 7d0d63d5f1e99026f831eb14d62dd094526ef465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 20:23:03 +0000 Subject: [PATCH] Update dependency checkstyle to v10.21.2 (#59) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit 1b151165bbf77db2fbc075d6f0572eb2e944b7b5) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95c2341..7fa9104 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ subprojects { } checkstyle { - toolVersion = "10.21.1" + toolVersion = "10.21.2" } // checkstyle gives us the warnings we need, suppress overzelous jdk checks