From 6249998aad970c7e077581386e2f4969e7a5789f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:37:37 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.25.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 226519081..00ef27bdf 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.17.4" apply false id 'io.gitlab.arturbosch.detekt' version "1.23.0" apply false id 'com.apollographql.apollo3' version "3.8.2" apply false - id 'com.diffplug.spotless' version '6.20.0' apply false + id 'com.diffplug.spotless' version '6.25.0' apply false } }