From e014edc134afe2e933f4581245fcbfce0cdde89f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:09:29 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v6.23.2 (#229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d5efa16..c775fa6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,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.23.0' + id 'com.diffplug.spotless' version '6.23.2' // Error Prone linter id('net.ltgt.errorprone') version '3.1.0'