From 6568b8068ddb2c58a315ea87b3650ce676d2d1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:03:53 +0000 Subject: [PATCH] Bump ktlint from 0.41.0 to 0.48.1 Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.41.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.41.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8035a856..82db8d3a 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ allprojects { } dependencies { - kotlinlint("com.pinterest:ktlint:0.41.0") { + kotlinlint("com.pinterest:ktlint:0.48.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL)) }