From 36bbedaa93da427087e75561dad8a0273c5669be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:17:44 +0000 Subject: [PATCH] Update plugin spotless to v8.2.1 --- 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 f9beef8..466adbc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,4 +22,4 @@ ktlint = "com.pinterest.ktlint:ktlint-cli:1.8.0" kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } buildconfig = "com.github.gmazzo.buildconfig:6.0.6" shadow = "com.gradleup.shadow:9.3.0" -spotless = "com.diffplug.spotless:8.1.0" +spotless = "com.diffplug.spotless:8.2.1"