From d3f34817f3444d08fe5e8577dfb2c3ca0fce8459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:18:15 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 6.19.0 to 6.20.0 Bumps com.diffplug.spotless from 6.19.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 cf378a881..dbe34c306 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.2' apply(false) id 'org.springframework.boot' version '3.1.1' apply(false) id 'org.owasp.dependencycheck' version "8.3.1" - id 'com.diffplug.spotless' version '6.19.0' + id 'com.diffplug.spotless' version '6.20.0' } applyDotEnvFileAsGradleProperties()