From 9a570d5d608fb1f8428b53fa70b86c0c8f16e688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:02:10 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.23.2 to 6.23.3 Bumps com.diffplug.spotless from 6.23.2 to 6.23.3. --- updated-dependencies: - dependency-name: com.diffplug.spotless 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 efea402e..e97abd39 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform plugins { id 'application' - id 'com.diffplug.spotless' version '6.23.2' + id 'com.diffplug.spotless' version '6.23.3' id 'com.github.spotbugs' version '6.0.1' id 'net.ltgt.errorprone' version '3.1.0' id 'org.ajoberstar.grgit' version '5.2.1'