From 2aa7a033a6691a1732e39b0e2e8e87970b0cce24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:06:35 +0000 Subject: [PATCH] chore(deps): update plugin spotless to v8.4.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2363131..9ed7468 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ indra = { id = "net.kyori.indra", version.ref = "indra" } indra-publishing-gradle-plugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" } indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" } -spotless = { id = "com.diffplug.spotless", version = "8.0.0" } +spotless = { id = "com.diffplug.spotless", version = "8.4.0" } gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.1" } [versions]