From 4f6bc3c2e062f09473d2652eeb6d8a0489998bab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 08:03:51 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.3 Closes gh-31490 --- 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 b133600b3b..876f56ca4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.2") { + library("Kotlin Coroutines", "1.6.3") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"