From 4c294291b6f871056f80b9cd9c312852c21241b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 20:34:53 +0000 Subject: [PATCH] chore: bump com.diffplug.spotless from 6.0.0 to 6.25.0 Bumps com.diffplug.spotless from 6.0.0 to 6.25.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 f92e01dae..8ed43d840 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.25.0" } apply plugin: "com.github.b3er.local.properties" apply plugin: 'com.android.application'