From 13242fc6454a47bb5407e8f8271c6e673d97539c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 03:53:35 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.18.0 to 6.20.0 Bumps com.diffplug.spotless from 6.18.0 to 6.20.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 f0fe39bea07..4260f56ba82 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'com.github.ben-manes.versions' version '0.47.0' id 'io.franzbecker.gradle-lombok' version '5.0.0' apply false - id 'com.diffplug.spotless' version '6.18.0' apply false + id 'com.diffplug.spotless' version '6.20.0' apply false } apply plugin: 'eclipse'