From 72c84bc1a451c300a6f9f2daa63b6ce25693b09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:48:03 -0800 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.1 (#131) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.2 to 10.21.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.2...checkstyle-10.21.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 37479892..7a1c80cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.7.3' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27' - classpath 'com.puppycrawl.tools:checkstyle:10.20.2' + classpath 'com.puppycrawl.tools:checkstyle:10.21.1' } }