From ddaf3cf47b1e484977a57603d77c02c902c5f951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:42:47 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.23.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 422716fd..50a9adab 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.17.5" apply false id 'io.gitlab.arturbosch.detekt' version "1.23.1" apply false id 'com.github.johnrengelman.shadow' version "8.1.1" apply false - id 'com.diffplug.spotless' version '6.13.0' apply false + id 'com.diffplug.spotless' version '6.23.0' apply false } }