From 3ed07166469bef8b205b3a30ae57e6e5cf2b73df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:30 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.1 Closes gh-30719 --- 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 966af97edac..1aa69f1b2a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1098,7 +1098,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.0") { + library("Kotlin Coroutines", "1.6.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"