Bump com.puppycrawl.tools:checkstyle in /dependencies/checkstyle (#4917)

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.12.5.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.4...checkstyle-10.12.5)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-30 10:07:25 +01:00 committed by GitHub
parent e994aa6a9e
commit 7fd54acac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ repositories {
// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
implementation 'com.puppycrawl.tools:checkstyle:10.3.4'
implementation 'com.puppycrawl.tools:checkstyle:10.12.5'
}
group 'com.github.super-linter'