From 994ec708fc076792daa4012538f3e6a4609a1147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 7 Dec 2020 10:48:10 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.4.2 Closes gh-26226 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69ec9eacc3..ac605cca33 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {