Skip to content

Commit f2c301f

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update plugin kotlin to v2.2.21
1 parent f370d04 commit f2c301f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" }
104104
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
105105
jreleaser = { id = "org.jreleaser", version = "1.20.0" }
106106
# check if workaround in gradle.properties can be removed when updating
107-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.20" }
107+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.21" }
108108
nullaway = { id = "net.ltgt.nullaway", version = "2.3.0" }
109109
plantuml = { id = "io.freefair.plantuml", version = "9.0.0" }
110110
shadow = { id = "com.gradleup.shadow", version = "9.2.2" }

platform-tooling-support-tests/projects/gradle-kotlin-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
33
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_1
44

55
plugins {
6-
kotlin("jvm") version "2.2.20"
6+
kotlin("jvm") version "2.2.21"
77
}
88

99
repositories {

platform-tooling-support-tests/projects/kotlin-coroutines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.20"
2+
kotlin("jvm") version "2.2.21"
33
}
44

55
val junitVersion: String by project

0 commit comments

Comments
 (0)