From 45c9551e44c9e57a0b7bba804cd01385a90d4315 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 23:36:39 +0000 Subject: [PATCH] chore(deps): Update plugin spotless to v6.25.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 80a8f3a..040d2d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,4 +32,4 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" } indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0"} -spotless = { id = "com.diffplug.spotless", version = "6.21.0" } +spotless = { id = "com.diffplug.spotless", version = "6.25.0" }