From 3a03b13324213278e515031c0725e9f6ec12dbcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:15:43 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.20.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e23ed86ba..0064e8862 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.16.12" 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.19.0' apply false + id 'com.diffplug.spotless' version '6.20.0' apply false } }