From 81e6974a6078c82cc6d665263738fb8c6f4dcda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:24:00 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 8.10.1 to 8.10.2 Bumps com.diffplug.spotless from 8.10.1 to 8.10.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.10.2 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 a8c90df..c634b28 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id 'com.diffplug.spotless' version '8.10.1' + id 'com.diffplug.spotless' version '8.10.2' } repositories {