Browse Source

Upgrade to Kotlin Serialization 1.6.3

Closes gh-39711
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
50bf417e01
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -817,7 +817,7 @@ bom { @@ -817,7 +817,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