From 88bf90e1d990c4400ad6fcdad2da07dfc93cf63f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:45:32 +0000 Subject: [PATCH] Update plugin spotless to v8 --- 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 ee63623..2970d98 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ google-java-format = { module = "com.google.googlejavaformat:google-java-format" ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.7.1" } [plugins] -spotless = { id = "com.diffplug.spotless", version = "7.2.1" } +spotless = { id = "com.diffplug.spotless", version = "8.0.0" } doma-codegen = { id = "org.domaframework.doma.codegen", version = "3.2.1" } doma-compile = { id = "org.domaframework.doma.compile", version = "4.0.3" } eclipse-apt = { id = "com.diffplug.eclipse.apt", version = "4.4.1" }