From 185a31a2a98c789d9e4c37f091cd80562b47fb3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 00:27:15 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.14.1 to 6.9.1 Bumps com.diffplug.spotless from 5.14.1 to 6.9.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08f627b..939368a 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "5.14.1" + id "com.diffplug.spotless" version "6.9.1" } allprojects {