From 62aa375a11397afc28e9efca7d0ec047f46e41a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 05:01:54 +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 4b898110..14567d0b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.diffplug.spotless' version '7.2.1' apply false + id 'com.diffplug.spotless' version '8.0.0' apply false id 'info.solidsoft.pitest' version '1.15.0' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'me.champeau.jmh' version '0.7.3' apply false