Skip to content

Commit 5b9d734

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

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
@@ -184,7 +184,7 @@ val testContainersLocalStackVersion = "1.20.6"
184184

185185
dependencies {
186186
// 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"))
187+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.21"))
188188
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
189189

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

0 commit comments

Comments
 (0)