From 8338dcbd80dc1f5af44b10c8cd8cb43df6f9af12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:57:34 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.10.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa130dd29d2..90c624f408e 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { // Code formatting; defines targets "spotlessApply" and "spotlessCheck". // https://github.com/diffplug/spotless/tags ; see tags starting "gradle/" // Only works on JDK 11+ (even including the plugin crashes Gradle on JDK 8). - id 'com.diffplug.spotless' version '8.10.0' + id 'com.diffplug.spotless' version '8.10.1' } // There is another `repositories { ... }` block below; if you change this one, change that one as well.