diff --git a/settings.gradle b/settings.gradle index 226519081..0b21f0824 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { 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 'io.gitlab.arturbosch.detekt' version "1.23.0" apply false + id 'io.gitlab.arturbosch.detekt' version "1.23.3" apply false id 'com.apollographql.apollo3' version "3.8.2" apply false id 'com.diffplug.spotless' version '6.20.0' apply false }