From c3674a815f4259df48e5b01c5c97b44b8d35ecf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:16:05 +0000 Subject: [PATCH] Update plugin spotless to v7.0.2 --- 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 7df75a1..57e473c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.1" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } -spotless = { id = "com.diffplug.spotless", version = "7.0.1" } +spotless = { id = "com.diffplug.spotless", version = "7.0.2" } [libraries] autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }