From 718d834079e4ddd5c07c9c79ccfe2fd81773f2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:29:40 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 8.2.0 to 8.2.1 Bumps com.diffplug.spotless from 8.2.0 to 8.2.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.1 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 2cd4a8a..dc0ce0c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id "com.diffplug.spotless" version "8.2.0" + id "com.diffplug.spotless" version "8.2.1" } java {