We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833ef8f commit 1cc20d6Copy full SHA for 1cc20d6
build.gradle.kts
@@ -187,7 +187,7 @@ val testContainersLocalStackVersion = "1.21.3"
187
188
dependencies {
189
// https://youtrack.jetbrains.com/issue/KT-71057/POM-file-unusable-after-upgrading-to-2.0.20-from-2.0.10
190
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.20"))
191
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
192
193
detekt("io.gitlab.arturbosch.detekt:detekt-cli:$detektVersion")
0 commit comments