From 0c7bbb7e5e7e63b1f1f3b9a5970932d19cf7f313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:29:26 +0000 Subject: [PATCH] Bump ktlint from 0.44.0 to 0.47.1 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.44.0 to 0.47.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/0.44.0...0.47.1) --- updated-dependencies: - dependency-name: com.pinterest:ktlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b832775..6f64f96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ allprojects { val ktlint by configurations.creating dependencies { - ktlint("com.pinterest:ktlint:0.44.0") { + ktlint("com.pinterest:ktlint:0.47.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL)) }