From 54fe0b48178d91bf8ef89f7d2da10cb58d89a806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:26:20 +0000 Subject: [PATCH] Build(deps): Bump com.diffplug.spotless from 6.19.0 to 6.21.0 Bumps com.diffplug.spotless from 6.19.0 to 6.21.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 8fef90e4c..621c42b0e 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.0" - id "com.diffplug.spotless" version "6.19.0" + id "com.diffplug.spotless" version "6.21.0" } android {