Skip to content

Commit 1cc20d6

Browse files
Gradle: Bump org.jetbrains.kotlin:kotlin-bom from 2.0.21 to 2.2.20
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.2.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 833ef8f commit 1cc20d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ val testContainersLocalStackVersion = "1.21.3"
187187

188188
dependencies {
189189
// 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"))
190+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.20"))
191191
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
192192

193193
detekt("io.gitlab.arturbosch.detekt:detekt-cli:$detektVersion")

0 commit comments

Comments
 (0)