From 6ac4ee9df2a1747571f4fcfa18971a9fd35de8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:39:46 -0500 Subject: [PATCH] Update plugin spotless to v7.0.2 (#283) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 adedd4d..8a29a93 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" }