From 26c62af4d6f625707c1bed17f840d0dcd9b3966c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:31:12 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.1 to 10.21.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.1...checkstyle-10.21.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a4e9fcd9..5162cdef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27' - classpath 'com.puppycrawl.tools:checkstyle:10.21.1' + classpath 'com.puppycrawl.tools:checkstyle:10.21.2' } }