diff --git a/settings.gradle b/settings.gradle index 226519081..92ad107ed 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ pluginManagement { plugins { String kotlinVersion = "1.8.22" id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false - id 'com.avast.gradle.docker-compose' version "0.17.4" apply false + id 'com.avast.gradle.docker-compose' version "0.17.5" 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