Skip to content

Commit

Permalink
Upgrade Kotlin serialization to 1.0.1
Browse files Browse the repository at this point in the history
Let's wait Spring Boot 2.5 to upgrade to 1.1.x
  • Loading branch information
sdeleuze committed Mar 16, 2021
1 parent f229fa4 commit c0fee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit c0fee67

Please sign in to comment.