From 894aa5443f678a4a35fcb8dc76e03605b6ebe2b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 06:51:32 +0000 Subject: [PATCH] Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.5.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 5051f922..cf7b2290 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ mordant = "com.github.ajalt.mordant:mordant:3.0.2" kotlinPlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21" dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:2.2.0" mavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.36.0" -spotlessPlugin = "com.diffplug.spotless:spotless-plugin-gradle:8.4.0" +spotlessPlugin = "com.diffplug.spotless:spotless-plugin-gradle:8.5.1" buildConfigPlugin = "com.github.gmazzo.buildconfig:plugin:6.0.9" pokoPlugin = "dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin:0.22.1" ktfmt = "com.facebook:ktfmt:0.62"