From 353194ba0f453d2838130bae68d568fb802ce543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 05:15:09 +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 39e8d125..d99b5a74 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.diffplug.spotless' version '7.0.3' apply false + id 'com.diffplug.spotless' version '7.0.4' apply false id 'info.solidsoft.pitest' version '1.15.0' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'me.champeau.jmh' version '0.7.3' apply false