From 3048302cf38b109616f3db692ac95b9795808d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:45:22 +0000 Subject: [PATCH] dependabot: bump com.pinterest.ktlint:ktlint-cli from 1.1.0 to 1.4.0 Bumps [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) from 1.1.0 to 1.4.0. - [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.1.0...1.4.0) --- updated-dependencies: - dependency-name: com.pinterest.ktlint:ktlint-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 257c51520..cd80ba3f6 100644 --- a/build.gradle +++ b/build.gradle @@ -219,7 +219,7 @@ dependencies { testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "org.mockito:mockito-core:${versions.mockito}" - add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.1.0") { + add("ktlint", "com.pinterest.ktlint:ktlint-cli:1.4.0") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL)) }