From f0a94376d5aeec501bb2a3dd1f6ade4101aae1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:06:03 +0000 Subject: [PATCH] deps(deps): 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7448ab0..23892d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("java-library") // Style and formatting - id("com.diffplug.spotless") version "7.2.1" + id("com.diffplug.spotless") version "8.0.0" // Publishing id("com.vanniktech.maven.publish") version "0.34.0" id("signing")