Skip to content

Commit 9ed7ea0

Browse files
committed
Upgrade to Kotlin Serialization 1.9.0
Closes gh-46332
1 parent f018a1d commit 9ed7ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ bom {
12041204
releaseNotes("https://github.com/Kotlin/kotlinx.coroutines/releases/tag/{version}")
12051205
}
12061206
}
1207-
library("Kotlin Serialization", "1.8.0") {
1207+
library("Kotlin Serialization", "1.9.0") {
12081208
group("org.jetbrains.kotlinx") {
12091209
bom("kotlinx-serialization-bom")
12101210
}

0 commit comments

Comments
 (0)