From de03918e1420ec5512bb2e49f6fcc4c9a5804246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:50:40 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v6.23.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c1bf1ca..c2d1391 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.22.0' + id 'com.diffplug.spotless' version '6.23.0' // Error Prone linter id('net.ltgt.errorprone') version '3.1.0'