From 386ec8a5607636465e9c243cc9ccb188b9a1319f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:42:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20bump=20com.diffplug.spotless=20from?= =?UTF-8?q?=208.0.0=20to=208.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps com.diffplug.spotless from 8.0.0 to 8.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd495d2..ad97517 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("java") id("checkstyle") id("com.github.spotbugs") version "6.4.4" - id("com.diffplug.spotless") version "8.0.0" + id("com.diffplug.spotless") version "8.1.0" id("net.ltgt.errorprone") version "4.3.0" id("pmd") }