From 2d187641e2601dd0568d9a4c5bbd735a802ad52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 05:49:25 +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 c678bd3..3a6fe5b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.1.2' id 'io.spring.dependency-management' version '1.1.2' - id 'com.diffplug.spotless' version "6.18.0" + id 'com.diffplug.spotless' version "6.20.0" } group = 'com.testcontainers'