From 98891887ecfab74f735df1c5a952aa1a37dee32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:14:59 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.0.5 to 6.10.0 Bumps com.diffplug.spotless from 6.0.5 to 6.10.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93a5dc6..f78d68a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "com.diffplug.spotless" version "6.0.5" + id "com.diffplug.spotless" version "6.10.0" id "name.remal.sonarlint" version "1.5.0" }