From 0db14116970ff3009fbca434a145ff7e3ec57f06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:11:14 +0000 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 6e66d82e2..ba975d101 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.0' // Error Prone linter id('net.ltgt.errorprone') version '4.1.0'