From 5b7037a48e67c72eb73c1e4ccde903884ce5441f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:53:33 +0000 Subject: [PATCH] Update plugin spotless to v8.7.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 60df974c5..9882540e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ dokka = { id = "org.jetbrains.dokka", version = "2.2.0" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.36.0" } -spotless = { id = "com.diffplug.spotless", version = "8.6.0" } +spotless = { id = "com.diffplug.spotless", version = "8.7.0" } [libraries] asm = "org.ow2.asm:asm:9.10.1"