From d44ac69bc3bf299c27040ed22419c9bd6385aac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:55:13 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 8.5.1 to 8.6.0 Bumps com.diffplug.spotless from 8.5.1 to 8.6.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c3ff2e4..8044bd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { // Apply the application plugin to add support for building a CLI application in Java. id 'application' - id 'com.diffplug.spotless' version '8.5.1' + id 'com.diffplug.spotless' version '8.6.0' id 'com.gradleup.shadow' version '9.4.1' }