Skip to content

Commit d0bb981

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6b52292 + c90dd1c commit d0bb981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1212
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1313
alias(libs.plugins.kover) // Gradle Kover Plugin
14-
kotlin("plugin.serialization") version "2.2.21"
14+
kotlin("plugin.serialization") version "2.3.0"
1515
}
1616

1717
group = providers.gradleProperty("pluginGroup").get()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ opentest4j = "1.3.0"
66
# plugins
77
changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
9-
kotlin = "2.2.21"
9+
kotlin = "2.3.0"
1010
kover = "0.9.4"
1111
qodana = "2025.2.4"
1212

0 commit comments

Comments
 (0)