From ea2bd9555ed3ec07e61cbf248cc675fb0f6e204d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:38:01 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.23.3 to 6.25.0 Bumps com.diffplug.spotless from 6.23.3 to 6.25.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless 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 19e8954..26507f3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { plugins { id 'java' - id 'com.diffplug.spotless' version '6.23.3' apply false + id 'com.diffplug.spotless' version '6.25.0' apply false id 'com.google.osdetector' version "1.7.3" apply false }