From 2546c2c52481897abba835869e28f8fdecdd2163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:41:16 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless in /backend/springboot Bumps com.diffplug.spotless from 8.6.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/springboot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/springboot/build.gradle.kts b/backend/springboot/build.gradle.kts index 1d766f2c..983e0f14 100644 --- a/backend/springboot/build.gradle.kts +++ b/backend/springboot/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java id("org.springframework.boot") version "4.1.0" id("io.spring.dependency-management") version "1.1.7" - id("com.diffplug.spotless") version "8.6.0" + id("com.diffplug.spotless") version "8.7.0" checkstyle pmd id("com.github.spotbugs") version "6.5.6"