From ed3e66b1a94e1efd36853e5779011e5ae1b60843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:40:46 -0500 Subject: [PATCH] Update plugin spotless to v7.0.2 (#1931) 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 cf6b5cf..ef5ae23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.5" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -spotless = { id = "com.diffplug.spotless", version = "7.0.1" } +spotless = { id = "com.diffplug.spotless", version = "7.0.2" } [libraries] asm = "org.ow2.asm:asm:9.7.1"