From 1e0803a5af68a5cf7286f03397c13f5ade5bd319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:46:20 +0000 Subject: [PATCH] chore(deps): bump com.diffplug.spotless from 8.1.0 to 8.2.1 Bumps com.diffplug.spotless from 8.1.0 to 8.2.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.1 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 4caca873..a9b60757 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'eclipse' id 'pmd' - id 'com.diffplug.spotless' version '8.1.0' + id 'com.diffplug.spotless' version '8.2.1' /* 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. */