From 9df54ed0ea87074ad20b1bb409c56970adaa4c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 06:30:43 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v7.1.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index c6831e1b4d..8c67f9681e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id 'com.diffplug.spotless' version '7.0.4' apply false + id 'com.diffplug.spotless' version '7.1.0' apply false // https://plugins.gradle.org/plugin/com.gradle.plugin-publish id 'com.gradle.plugin-publish' version '1.3.1' apply false // https://github.com/gradle-nexus/publish-plugin/releases