From 6753d4198382a3108923581c6119387608d4229b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 21:12:23 +0000 Subject: [PATCH] chore: bump com.diffplug.spotless from 6.0.0 to 6.20.0 Bumps com.diffplug.spotless from 6.0.0 to 6.20.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b60d5b87..4a037bcc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.diffplug.spotless" version "6.0.0" + id "com.diffplug.spotless" version "6.20.0" } apply plugin: "com.github.b3er.local.properties" apply plugin: 'com.android.application'