Upgrade to Kotlin Coroutines 1.4.2

Closes gh-26226
This commit is contained in:
Sébastien Deleuze 2020-12-07 10:48:10 +01:00
parent da15fe4c94
commit 994ec708fc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ configure(allprojects) { project ->
mavenBom "io.rsocket:rsocket-bom:1.1.0"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.20"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.1"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
mavenBom "org.junit:junit-bom:5.7.0"
}
dependencies {