From d8743ada44af110cc52efce6398a052f9b7d32e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:54:35 +0000 Subject: [PATCH] Update plugin spotless to v6.25.0 --- 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 b1c444c..87cff50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" } -spotless = { id = "com.diffplug.spotless", version = "6.21.0" } +spotless = { id = "com.diffplug.spotless", version = "6.25.0" } test-logger = { id = "com.adarshr.test-logger", version = "4.0.0" } johnrengelman-shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } buildtools-native = { id = "org.graalvm.buildtools.native", version = "0.9.28" }