From 6148fa4ccb57b2a28d7ba70c1312576f276e830b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:22:15 +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 af8ae75..ce4e2fb 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'signing' id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'org.sonarqube' version '7.0.0.6105' - id 'com.diffplug.spotless' version '7.2.1' + id 'com.diffplug.spotless' version '8.0.0' } repositories {