Skip to content

Commit c0fee67

Browse files
committed
Upgrade Kotlin serialization to 1.0.1
Let's wait Spring Boot 2.5 to upgrade to 1.1.x
1 parent f229fa4 commit c0fee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ configure(allprojects) { project ->
9090
}
9191
dependency "org.ogce:xpp3:1.1.6"
9292
dependency "org.yaml:snakeyaml:1.28"
93-
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.0') {
93+
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.1') {
9494
entry 'kotlinx-serialization-core'
9595
entry 'kotlinx-serialization-json'
9696
}

0 commit comments

Comments
 (0)