From d2ab26cc267f04cb5fe8ebafc1e34b8e7705d739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:01:10 +0000 Subject: [PATCH] Update dependency checkstyle to v10.12.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 389c2fb9..ffd3fd71 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ task functional(description: 'Runs the functional tests.') { checkstyle { maxWarnings = 0 - toolVersion = '10.12.0' + toolVersion = '10.12.1' getConfigDirectory().set(new File(rootDir, 'config/checkstyle')) }