From 5c73696202c532f2a6f2fd97dd110d6b08586129 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:11 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.5.0-native-mt Closes gh-27273 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b398774f61..a6782cff46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1024,7 +1024,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.5.0") { + library("Kotlin Coroutines", "1.5.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"