diff --git a/settings.gradle b/settings.gradle index 422716fd..f46f2e1b 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.5" apply false + id 'com.avast.gradle.docker-compose' version "0.17.7" 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