From 67772d8f3bd91d156c08ba8771998c4185df2cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:36:34 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.2.1 to 8.0.0 Bumps com.diffplug.spotless from 7.2.1 to 8.0.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58b1e92..29b5551 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' // Add spotless plugin - id("com.diffplug.spotless") version "7.2.1" + id("com.diffplug.spotless") version "8.0.0" } repositories {