From 5dc63d72c8966b977ae28dcf1957a5c3ec7deb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 06:38:57 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 7.1.0 to 7.2.1 Bumps com.diffplug.spotless from 7.1.0 to 7.2.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.2.1 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 a99c425..c442ed7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id "com.diffplug.spotless" version "7.1.0" + id "com.diffplug.spotless" version "7.2.1" } java {