From 37d1a761c662b6c0ee4bf49841a176559c0524af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 02:01:07 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.1.1 to 6.0.5 Bumps com.diffplug.spotless from 5.1.1 to 6.0.5. --- 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 52f07ba..741e5f4 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } plugins { - id 'com.diffplug.spotless' version '5.1.1' apply false + id 'com.diffplug.spotless' version '6.0.5' apply false id 'org.asciidoctor.jvm.convert' version '3.3.0' id 'org.ajoberstar.git-publish' version '3.0.0' id 'de.marcphilipp.nexus-publish' version '0.4.0' apply false