diff --git a/settings.gradle b/settings.gradle index 226519081..30059f0f4 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.23.3' apply false } }