From 1a9bda183ff49af9ddd6a27468c583d1f8073d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 04:02:26 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 8.5.1 to 8.6.0 in /backend Bumps com.diffplug.spotless from 8.5.1 to 8.6.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ee6be7ac..9ac698bd 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -23,7 +23,7 @@ */ plugins { id "pl.allegro.tech.build.axion-release" version "1.21.1" - id "com.diffplug.spotless" version "8.5.1" + id "com.diffplug.spotless" version "8.6.0" id "org.jetbrains.kotlin.jvm" version "2.1.21" id "org.jetbrains.kotlin.plugin.allopen" version "2.1.21" }