From 338d8d997b376e5e2660877ef1a8c4cc45e7b614 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:29 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.6.2 Closes gh-31430 --- 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 8d2139a000..fa5e70554d 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.1") { + library("Kotlin Coroutines", "1.6.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"