From cfc6cfc4a114be092c2ae64987ed158a2d26f03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:02:20 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.20.0 to 6.22.0 Bumps com.diffplug.spotless from 6.20.0 to 6.22.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 3dc21a3ba..f70ff0622 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -16,7 +16,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "6.20.0" + id "com.diffplug.spotless" version "6.22.0" } apply plugin: 'com.android.library'