From e6db732f04ba6ead7676c2249dca466853a4737f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:24:34 +0000 Subject: [PATCH] Update plugin spotless to v7 --- 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 db5cf9e..1c93a6b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,5 +3,5 @@ asm = { module = "org.ow2.asm:asm", version = "9.7.1" } [plugins] gradle-publish-plugin = { id = "com.gradle.plugin-publish", version = "1.3.0" } -spotless = { id = "com.diffplug.spotless", version = "6.25.0" } +spotless = { id = "com.diffplug.spotless", version = "7.0.2" } gradle-nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }