Skip to content

Commit ca0b89e

Browse files
dependabot: bump com.pinterest.ktlint:ktlint-cli from 1.1.0 to 1.4.1
Bumps [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) from 1.1.0 to 1.4.1. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](pinterest/ktlint@1.1.0...1.4.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] <[email protected]>
1 parent 5aaf114 commit ca0b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ dependencies {
219219
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
220220
testImplementation "org.mockito:mockito-core:${versions.mockito}"
221221

222-
add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.1.0") {
222+
add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.4.1") {
223223
attributes {
224224
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL))
225225
}

0 commit comments

Comments
 (0)