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 ba7a439 commit 5b9d734Copy full SHA for 5b9d734
build.gradle.kts
@@ -184,7 +184,7 @@ val testContainersLocalStackVersion = "1.20.6"
184
185
dependencies {
186
// https://youtrack.jetbrains.com/issue/KT-71057/POM-file-unusable-after-upgrading-to-2.0.20-from-2.0.10
187
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.21"))
188
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
189
190
detekt("io.gitlab.arturbosch.detekt:detekt-cli:$detektVersion")
0 commit comments