From 6ab4c66729c2949dc35d8481238c5235b909d0f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:25:20 +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 83101635a..daa57dc98 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 } }