From 23e5cf4be5728650a3860596dcf715a15680cf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:04:09 +0000 Subject: [PATCH] build(deps): bump com.diffplug.spotless from 8.1.0 to 8.2.0 Bumps com.diffplug.spotless from 8.1.0 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.0 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 15d6eda..dbddfb5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id 'com.diffplug.spotless' version '8.1.0' + id 'com.diffplug.spotless' version '8.2.0' id 'antlr' id 'idea' }