From 29bdf58cf3907b2fe0113263be61fcd31a09ed98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 04:20:29 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 5.15.1 to 5.17.0 Bumps com.diffplug.spotless from 5.15.1 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 3d5cc68..e59298a 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'groovy' // groovy support id 'java' // java support id 'scala' // scala support - id 'com.diffplug.spotless' version '5.15.1' // code format + id 'com.diffplug.spotless' version '5.17.0' // code format }