From 2d554d4e90bf3061a4c180ab7ddcafbe9189f9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:07:47 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 7.2.1 to 8.2.0 in /backend Bumps com.diffplug.spotless from 7.2.1 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index d5aa49f..845bba2 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.4.4' id 'io.spring.dependency-management' version '1.1.7' - id 'com.diffplug.spotless' version '7.2.1' + id 'com.diffplug.spotless' version '8.2.0' id "checkstyle" id "pmd" id "com.github.spotbugs" version "6.0.22"