From 893764802a85f404dc8a5105d1c4d44f044f74e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:39:52 +0000 Subject: [PATCH] chore(deps): Bump com.diffplug.spotless from 6.22.0 to 6.23.3 Bumps com.diffplug.spotless from 6.22.0 to 6.23.3. --- 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 04049a9..c0ddcf0 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'org.springframework.boot' version '3.1.5' id 'io.spring.dependency-management' version '1.1.4' id 'org.graalvm.buildtools.native' version '0.9.28' - id 'com.diffplug.spotless' version '6.22.0' + id 'com.diffplug.spotless' version '6.23.3' id 'com.github.andygoossens.modernizer' version '1.9.0' }