From 07335eaea8ac57504cf0f5016f2346106496f51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:07:33 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.2.1 to 8.3.0 Bumps com.diffplug.spotless from 7.2.1 to 8.3.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.3.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 119e719..71cbc6d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'application' // https://plugins.gradle.org/plugin/com.gradleup.shadow id 'com.gradleup.shadow' version '9.1.0' - id 'com.diffplug.spotless' version '7.2.1' + id 'com.diffplug.spotless' version '8.3.0' id 'net.ltgt.errorprone' version '4.4.0' }