From 461f8aafd1ac46ecaf2a7da51dad094aee08856e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:28:07 +0000 Subject: [PATCH] Update dependency checkstyle to v10.12.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2834bf09f..a79c75ca4 100644 --- a/build.gradle +++ b/build.gradle @@ -151,7 +151,7 @@ configurations { checkstyle { maxWarnings = 0 - toolVersion = '10.12.0' + toolVersion = '10.12.4' configDirectory.set(new File(rootDir, 'config/checkstyle')) }