From d4ee9317ea524c1f24844a9773a645808b677b11 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:59:21 +0000 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.8.0 Closes gh-39710 --- 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 85ab4f5b17..33bd1d14c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -810,7 +810,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.7.3") { + library("Kotlin Coroutines", "1.8.0") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"