mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
deps(java): bump com.puppycrawl.tools:checkstyle (#6069)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 10.18.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0) --- 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:
parent
1cd74eb0b1
commit
b9ae2888b7
1 changed files with 1 additions and 1 deletions
2
dependencies/checkstyle/build.gradle
vendored
2
dependencies/checkstyle/build.gradle
vendored
|
@ -5,7 +5,7 @@ repositories {
|
|||
|
||||
// Hold this dependency here so we can get automated updates using DependaBot
|
||||
dependencies {
|
||||
implementation 'com.puppycrawl.tools:checkstyle:10.17.0'
|
||||
implementation 'com.puppycrawl.tools:checkstyle:10.18.0'
|
||||
}
|
||||
|
||||
group 'com.github.super-linter'
|
||||
|
|
Loading…
Reference in a new issue