Skip to content

Commit

Permalink
Upgrade Kotlin serialization to 1.3.2
Browse files Browse the repository at this point in the history
Closes gh-27879
  • Loading branch information
sdeleuze committed Jan 3, 2022
1 parent a410f4c commit 0b8c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -35,7 +35,7 @@ configure(allprojects) { project ->
mavenBom "org.eclipse.jetty:jetty-bom:11.0.7"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.6.10"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.0"
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.2"
mavenBom "org.junit:junit-bom:5.8.2"
}
dependencies {
Expand Down

0 comments on commit 0b8c815

Please sign in to comment.