From 532f7c7be1e99f078a7eba3d0a87fb5d2db179a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:56:25 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v7.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba975d101..de5575b25 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 '7.0.0' + id 'com.diffplug.spotless' version '7.0.1' // Error Prone linter id('net.ltgt.errorprone') version '4.1.0'