mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
deps(java): bump com.pinterest.ktlint:ktlint-cli in /dependencies/ktlint (#5849)
Bumps [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/1.2.1...1.3.1) --- updated-dependencies: - dependency-name: com.pinterest.ktlint:ktlint-cli 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
55b065d3c2
commit
19c5fcea2e
1 changed files with 1 additions and 1 deletions
2
dependencies/ktlint/build.gradle
vendored
2
dependencies/ktlint/build.gradle
vendored
|
@ -5,7 +5,7 @@ repositories {
|
|||
|
||||
// Hold this dependency here so we can get automated updates using DependaBot
|
||||
dependencies {
|
||||
implementation 'com.pinterest.ktlint:ktlint-cli:1.2.1'
|
||||
implementation 'com.pinterest.ktlint:ktlint-cli:1.3.1'
|
||||
}
|
||||
|
||||
group 'com.github.super-linter'
|
||||
|
|
Loading…
Reference in a new issue