From 95af0598ce241109f0bf7aaf812f595628c38ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:02:35 +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 c80d7b1..ab433eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id "com.diffplug.spotless" version "8.10.1" + id "com.diffplug.spotless" version "8.10.2" id 'jvm-test-suite' }