Skip to content

Commit 944b191

Browse files
committed
Upgrade to Kotlin Serialization 1.10.0
Closes gh-48938
1 parent 00d66f6 commit 944b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ bom {
12311231
releaseNotes("https://github.com/Kotlin/kotlinx.coroutines/releases/tag/{version}")
12321232
}
12331233
}
1234-
library("Kotlin Serialization", "1.9.0") {
1234+
library("Kotlin Serialization", "1.10.0") {
12351235
group("org.jetbrains.kotlinx") {
12361236
bom("kotlinx-serialization-bom")
12371237
}

0 commit comments

Comments
 (0)