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 ded9c4e commit 71202d6Copy full SHA for 71202d6
build.gradle
@@ -34,7 +34,7 @@ configure(allprojects) { project ->
34
mavenBom "io.rsocket:rsocket-bom:1.1.1"
35
mavenBom "org.eclipse.jetty:jetty-bom:9.4.43.v20210629"
36
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.10"
37
- mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.0"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.1"
38
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.1"
39
mavenBom "org.junit:junit-bom:5.7.2"
40
}
0 commit comments