From 07e024e2c1afd7bc4fd1bae210f05403d71bb845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:35:46 -0500 Subject: [PATCH] chore(deps): update plugin spotless to v8 (#3191) 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 b91720ff4..670501734 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -245,7 +245,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } protobuf = { id = "com.google.protobuf", version = "0.9.5" } room = { id = "androidx.room", version.ref = "room" } -spotless = { id = "com.diffplug.spotless", version = "7.2.1" } +spotless = { id = "com.diffplug.spotless", version = "8.0.0" } # Meshtastic meshtastic-android-application = { id = "meshtastic.android.application" }