From b37bdcd6647c1197da39c063ec466393a02e1bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:15:37 +0000 Subject: [PATCH] Build(deps): Bump com.diffplug.spotless from 6.22.0 to 6.24.0 Bumps com.diffplug.spotless from 6.22.0 to 6.24.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index f6b665ac5..9ee595035 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -4,7 +4,7 @@ plugins { id 'kotlin-kapt' id 'com.google.devtools.ksp' id 'io.gitlab.arturbosch.detekt' version "1.23.4" - id "com.diffplug.spotless" version "6.22.0" + id "com.diffplug.spotless" version "6.24.0" } android {