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 } }