From 037997ac196f2b15cacc725251f7f57d8ebda41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:45:07 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle in /dependencies/checkstyle (#4966) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.5 to 10.12.6. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.5...checkstyle-10.12.6) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zack Koppert --- dependencies/checkstyle/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/checkstyle/build.gradle b/dependencies/checkstyle/build.gradle index d8c23db6..438c7922 100644 --- a/dependencies/checkstyle/build.gradle +++ b/dependencies/checkstyle/build.gradle @@ -5,7 +5,7 @@ repositories { // Hold this dependency here so we can get automated updates using DependaBot dependencies { - implementation 'com.puppycrawl.tools:checkstyle:10.12.5' + implementation 'com.puppycrawl.tools:checkstyle:10.12.6' } group 'com.github.super-linter'