We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e4e49 commit aff0d8eCopy full SHA for aff0d8e
build.gradle
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
35
mavenBom "org.eclipse.jetty:jetty-bom:9.4.41.v20210516"
36
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.10"
37
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.0"
38
- mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.0"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.1"
39
mavenBom "org.junit:junit-bom:5.7.2"
40
}
41
dependencies {
0 commit comments