From 7613b5796f72636108f63e893ca4c9edf17f8dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:11:17 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.23.3 to 6.24.0 Bumps com.diffplug.spotless from 6.23.3 to 6.24.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 baed8f76..aa8df74a 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.3' + id 'com.diffplug.spotless' version '6.24.0' id 'com.github.spotbugs' version '6.0.6' id 'net.ltgt.errorprone' version '3.1.0' id 'org.ajoberstar.grgit' version '5.2.1'