From 63cdef5179357f594a01ee45bd46b27423a2ca5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:43:52 +0000 Subject: [PATCH] Update dependency com.puppycrawl.tools:checkstyle to v10.21.2 (#849) 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 a569d779..46f0a21b 100644 --- a/gradle/checkstyle.gradle +++ b/gradle/checkstyle.gradle @@ -6,7 +6,7 @@ allprojects { dependencies { constraints { - checkstyle 'com.puppycrawl.tools:checkstyle:10.21.1' + checkstyle 'com.puppycrawl.tools:checkstyle:10.21.2' } }