Skip to content

Commit c84880e

Browse files
committed
Upgrade to Kotlin Serialization 1.6.1
Closes gh-38413
1 parent c76329c commit c84880e

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
@@ -814,7 +814,7 @@ bom {
814814
]
815815
}
816816
}
817-
library("Kotlin Serialization", "1.6.0") {
817+
library("Kotlin Serialization", "1.6.1") {
818818
group("org.jetbrains.kotlinx") {
819819
imports = [
820820
"kotlinx-serialization-bom"

0 commit comments

Comments
 (0)