From 64bde24c7ad46be54b7a430249fbc75f5074af48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:39:25 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.24.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 422716fd..9cb694e2 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.24.0' apply false } }