From cbe65bd449a0fb3368af0297b8a77ca474d4f735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:38:41 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.2.1 to 8.1.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58b1e92..8bd3825 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.1.0" } repositories {