From 660995845655781fa66e83f552618f995a756b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 19:37:40 +0000 Subject: [PATCH] [Android]: Bump com.diffplug.spotless from 6.6.0 to 6.6.1 Bumps com.diffplug.spotless from 6.6.0 to 6.6.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index defc523c..fe8c0f81 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { } } plugins { - id 'com.diffplug.spotless' version '6.6.0' + id 'com.diffplug.spotless' version '6.6.1' } allprojects {