From 78925e6a1fe40ee22806398e5b3b20110489a48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:59:13 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.14.1 to 6.16.0 Bumps com.diffplug.spotless from 5.14.1 to 6.16.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..4188133 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.16.0" } allprojects {