From a8eb5383b7352bcfa0a57da87218ae12b2db4eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:57:20 +0200 Subject: [PATCH] Bump org.jlleitschuh.gradle:ktlint-gradle from 11.5.1 to 11.6.0 (#584) Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.5.1 to 11.6.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8923c24..35539707 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'com.android.tools.build:gradle:8.1.1' classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }