From ae83feadfa6dbe06b95abf8228090919aa193719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:35:02 +0000 Subject: [PATCH] Update plugin spotless to v6.24.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 34e99a50..3c5e81d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit dokka = { id = "org.jetbrains.dokka", version = "1.9.10" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.26.0" } -spotless = { id = "com.diffplug.spotless", version = "6.23.3" } +spotless = { id = "com.diffplug.spotless", version = "6.24.0" } [libraries] autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }