From 1de9a8adb0389b041d2065342bdc1ac5e263c47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:59:12 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.2.1 to 8.2.0 Bumps com.diffplug.spotless from 7.2.1 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.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 b4f9dbf..81fa7d1 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.2.2.6593' - id 'com.diffplug.spotless' version '7.2.1' + id 'com.diffplug.spotless' version '8.2.0' } repositories {