From 55bcc4141968ef6f4f8afcbb1a192e7003928266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 08:54:18 -0800 Subject: [PATCH] Update plugin com.diffplug.spotless to v7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1482af4c..ed6d0e1f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { // Code formatting; defines targets "spotlessApply" and "spotlessCheck" // Requires JDK 11 or higher; the plugin crashes under JDK 8. - id 'com.diffplug.spotless' version '6.25.0' + id 'com.diffplug.spotless' version '7.0.1' // Error Prone linter id('net.ltgt.errorprone') version '4.1.0'