From 27be18463060e9c81d8694959a589700a405aaa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:29:08 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.25.0 to 8.4.0 Bumps com.diffplug.spotless from 6.25.0 to 8.4.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.4.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 26507f37..a0a65a98 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { plugins { id 'java' - id 'com.diffplug.spotless' version '6.25.0' apply false + id 'com.diffplug.spotless' version '8.4.0' apply false id 'com.google.osdetector' version "1.7.3" apply false }