From 228380576478842d548f8283b5b92e24af2963c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:23:45 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 8.5.1 to 8.6.0 Bumps com.diffplug.spotless from 8.5.1 to 8.6.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.6.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 15cd360..1417a01 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'eclipse' id 'pmd' - id 'com.diffplug.spotless' version '8.5.1' + id 'com.diffplug.spotless' version '8.6.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. */