From 0a881217d378fb8ffe9c09bbb32fb44ebe4429d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:43:42 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 8.8.0 to 8.10.0 Bumps com.diffplug.spotless from 8.8.0 to 8.10.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad5bd0b..9084909 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("java-library") id("org.springframework.boot") version "4.1.0" apply false id("io.spring.dependency-management") version "1.1.7" - id("com.diffplug.spotless") version "8.8.0" + id("com.diffplug.spotless") version "8.10.0" id("checkstyle") id("jacoco") id("com.vanniktech.maven.publish") version "0.34.0"