From b10cb11f05f1e354f4f087583dc74ebb492f5439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 15:47:07 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.14.3 to 5.16.0 Bumps com.diffplug.spotless from 5.14.3 to 5.16.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 1623c8a3d..d9ea5a5e9 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 '5.14.3'//code format + id 'com.diffplug.spotless' version '5.16.0'//code format id 'com.github.spotbugs' version '4.7.3' // code check, working on byte code id 'de.undercouch.download' version '4.1.2' id 'kr.motd.sphinx' version '2.10.1' // documentation generation