From 2abad6a59e98b5d4965bd93ba5f00373abfeca89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:48:06 +0000 Subject: [PATCH] Update plugin spotless to v8.1.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 3f4dd43..d09b786 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.35.0" } -spotless = { id = "com.diffplug.spotless", version = "8.0.0" } +spotless = { id = "com.diffplug.spotless", version = "8.1.0" } [libraries] autoService-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }