From 4db75f4c9c411bd2f324da01332a41fa73de39b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:35:42 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.0.4 to 6.0.5 Bumps com.diffplug.spotless from 6.0.4 to 6.0.5. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7291b2b7a..9f834b356 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'maven-publish' id 'signing' id 'pmd' // code check, working on source code - id 'com.diffplug.spotless' version '6.0.4'//code format + id 'com.diffplug.spotless' version '6.0.5'//code format id 'com.github.spotbugs' version '5.0.1' // code check, working on byte code id 'de.undercouch.download' version '4.1.2' id 'kr.motd.sphinx' version '2.10.1' // documentation generation