From 7c8ca732cb2233ee0688e94ea95646fc602eeab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:03:47 +0000 Subject: [PATCH] Deps: Update dependency checkstyle to v12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63037e1..81baf35 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,7 @@ processResources { // Configure the Checkstyle plugin. checkstyle { // Checkstyle version to use. - toolVersion '11.1.0' + toolVersion '12.3.1' // No limit on the number of warnings. maxWarnings = 0