From 52a30a2728f48c3a0d8cde4d5b188af739d42d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:44:00 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 8.8.0 to 8.10.0 Bumps com.diffplug.spotless from 8.8.0 to 8.10.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26b1cc0a..16b7a952 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'eclipse' id 'pmd' - id 'com.diffplug.spotless' version '8.8.0' + id 'com.diffplug.spotless' version '8.10.0' /* We have to use this 3rd party plugin for publishing to MavenCentral because as of AUG-2025 there is no official * plugin which supports publishing to MavenCentral Portal. */