From faa0126432d5ee809a2fec7d0361ae3eff294411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:06:34 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.11.0 to 6.12.1 Bumps com.diffplug.spotless from 6.11.0 to 6.12.1. --- 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 88b7dac7c3..3aa5692eaa 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,7 +18,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "6.11.0" + id "com.diffplug.spotless" version "6.12.1" } apply plugin: 'com.android.library'