From 87217f336a9030b2596ed09846a475df77a055f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:13:45 +0100 Subject: [PATCH] fix(deps): update dependency checkstyle to v10.20.2 (#3212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/checkstyle.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/checkstyle.gradle b/gradle/checkstyle.gradle index dde61bf492e..6efdc61acf7 100644 --- a/gradle/checkstyle.gradle +++ b/gradle/checkstyle.gradle @@ -2,7 +2,7 @@ apply plugin: 'checkstyle' checkstyle { - toolVersion '10.20.1' + toolVersion '10.20.2' ignoreFailures false configFile file("$rootDir/spotbugs/etc/checkstyle.xml") // TODO : This config file is lame and should be moved out... }