Upgrade Kotlin serialization to 1.0.1

Let's wait Spring Boot 2.5 to upgrade to 1.1.x
This commit is contained in:
Sébastien Deleuze 2021-03-16 06:59:41 +01:00
parent f229fa4b72
commit c0fee67c6d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ configure(allprojects) { project ->
}
dependency "org.ogce:xpp3:1.1.6"
dependency "org.yaml:snakeyaml:1.28"
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.0') {
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.1') {
entry 'kotlinx-serialization-core'
entry 'kotlinx-serialization-json'
}