From dc462ddcb341f8238eb0dee0cddfb66bd890a897 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 06:41:29 -0600 Subject: [PATCH] chore(deps): update plugin spotless to v8.1.0 (#3738) 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 f9e63c8c9..53ce20a4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -201,7 +201,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } dokka = { id = "org.jetbrains.dokka", version = "2.1.0" } protobuf = { id = "com.google.protobuf", version = "0.9.5" } room = { id = "androidx.room", version.ref = "room" } -spotless = { id = "com.diffplug.spotless", version = "8.0.0" } +spotless = { id = "com.diffplug.spotless", version = "8.1.0" } # Meshtastic meshtastic-android-application = { id = "meshtastic.android.application" }