Skip to content

Commit 2466457

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update plugin kotlin to v2.2.10
1 parent ca023fd commit 2466457

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
@@ -101,7 +101,7 @@ gitPublish = { id = "org.ajoberstar.git-publish", version = "5.1.1" }
101101
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
102102
jreleaser = { id = "org.jreleaser", version = "1.19.0" }
103103
# check if workaround in gradle.properties can be removed when updating
104-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" }
104+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.10" }
105105
nullaway = { id = "net.ltgt.nullaway", version = "2.2.0" }
106106
plantuml = { id = "io.freefair.plantuml", version = "8.14" }
107107
shadow = { id = "com.gradleup.shadow", version = "9.0.1" }

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.0"
6+
kotlin("jvm") version "2.2.10"
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.0"
2+
kotlin("jvm") version "2.2.10"
33
}
44

55
val junitVersion: String by project

0 commit comments

Comments
 (0)