From 2c27d9bae44f88907beb5cf4500ae0509e0b531f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:22:11 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 8.3.0 to 8.4.0 Bumps com.diffplug.spotless from 8.3.0 to 8.4.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.4.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 97903a3..6b3ac28 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'eclipse' // https://plugins.gradle.org/plugin/com.gradleup.shadow id 'com.gradleup.shadow' version '9.4.1' - id 'com.diffplug.spotless' version '8.3.0' + id 'com.diffplug.spotless' version '8.4.0' id 'net.ltgt.errorprone' version '4.4.0' }