From 4d031c45772e00e482587cf08d5c17fb3d9f0d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:12:34 +0100 Subject: [PATCH] Bump com.diffplug.spotless from 6.2.1 to 6.2.2 (#527) Bumps com.diffplug.spotless from 6.2.1 to 6.2.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb9700f86..ebb58d63c 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.2.1'//code format + id 'com.diffplug.spotless' version '6.2.2'//code format id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code id 'de.undercouch.download' version '5.0.1' id 'kr.motd.sphinx' version '2.10.1' // documentation generation