From 7242e8569dd7bd46021b336fc5e87e20c5082792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:05:58 +0000 Subject: [PATCH] Bump ktlint from 0.44.0 to 0.48.1 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.44.0 to 0.48.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.48.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..ede94b8 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.48.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL)) }