Browse Source

Upgrade to Kotlin Serialization 1.6.3

Closes gh-39668
pull/39958/head
Andy Wilkinson 2 years ago
parent
commit
edc80ec39a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -814,7 +814,7 @@ bom { @@ -814,7 +814,7 @@ bom {
]
}
}
library("Kotlin Serialization", "1.6.2") {
library("Kotlin Serialization", "1.6.3") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-serialization-bom"

Loading…
Cancel
Save