Skip to content

Commit 09ab270

Browse files
Bump kotlinVersion from 2.0.21 to 2.2.20
Bumps `kotlinVersion` from 2.0.21 to 2.2.20. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` 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) Updates `org.jetbrains.kotlin:kotlin-allopen` 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-gradle-plugin dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c906d4 commit 09ab270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("de.thetaphi:forbiddenapis:3.9")
1515
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13")
1616
implementation("org.gradle:test-retry-gradle-plugin:1.6.2")
17-
val kotlinVersion = "2.0.21"
17+
val kotlinVersion = "2.2.20"
1818
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1919
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion")
2020
implementation(libs.detekt)

0 commit comments

Comments
 (0)