From 8eef03f82b5cdb85775d32121b2f7f684e06a927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:32:19 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.14.3 to 5.17.0 Bumps com.diffplug.spotless from 5.14.3 to 5.17.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 5272c4e67..1dd327b01 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.17.0'//code format id 'com.github.spotbugs' version '4.7.8' // code check, working on byte code id 'de.undercouch.download' version '4.1.2' id 'kr.motd.sphinx' version '2.10.1' // documentation generation