From fdc6f544052f068cb35e2a9ad80a07e84dd0075e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:39 +0100 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.7.1 Closes gh-35955 --- 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 b649b4b62e..bb8f848ede 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -787,7 +787,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.4") { + library("Kotlin Coroutines", "1.7.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"