From 5644de83e6d7a4bcb9b6a94408a668aa03a14dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 01:35:22 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.14.1 to 6.15.0 Bumps com.diffplug.spotless from 5.14.1 to 6.15.0. --- 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..5d59cb6 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.15.0" } allprojects {