Skip to content

Commit 50bf417

Browse files
committed
Upgrade to Kotlin Serialization 1.6.3
Closes gh-39711
1 parent d4ee931 commit 50bf417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ bom {
817817
]
818818
}
819819
}
820-
library("Kotlin Serialization", "1.6.2") {
820+
library("Kotlin Serialization", "1.6.3") {
821821
group("org.jetbrains.kotlinx") {
822822
imports = [
823823
"kotlinx-serialization-bom"

0 commit comments

Comments
 (0)