From fdbfca9afda059a1a49c94bf3246d1e56e91b230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:05:46 +0000 Subject: [PATCH] Update plugin spotless to v7 --- 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 4473cf0..4b5972c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,5 +19,5 @@ mavenPublish-gradle-plugin = { module = "com.vanniktech:gradle-maven-publish-plu [plugins] buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.1" } -spotless = { id = "com.diffplug.spotless", version = "6.25.0" } +spotless = { id = "com.diffplug.spotless", version = "7.0.2" } burst-kotlin = { id = "app.cash.burst.kotlin" }