From 8c57804d0c2df8a381b5e3329a6b72b8bb79f030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:09:47 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.25.0 to 7.0.2 Bumps com.diffplug.spotless from 6.25.0 to 7.0.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless 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 26507f3..dff7a04 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { plugins { id 'java' - id 'com.diffplug.spotless' version '6.25.0' apply false + id 'com.diffplug.spotless' version '7.0.2' apply false id 'com.google.osdetector' version "1.7.3" apply false }