From c76ed4f4c7517b27bc62e3f8ec1d8ab06bf957dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:12:43 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 7.2.1 to 8.1.0 in /backend Bumps com.diffplug.spotless from 7.2.1 to 8.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.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..28e95cc 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.1.0' id "checkstyle" id "pmd" id "com.github.spotbugs" version "6.0.22"