From b9c8a28a0392ce422234028a272d3364fd169094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:47:31 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 7.0.3 to 7.0.4 Bumps com.diffplug.spotless from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c8b37a..5a92766 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'checkstyle' - id 'com.diffplug.spotless' version '7.0.3' + id 'com.diffplug.spotless' version '7.0.4' }