Skip to content

Commit d4ee931

Browse files
committed
Upgrade to Kotlin Coroutines 1.8.0
Closes gh-39710
1 parent 5206b82 commit d4ee931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ bom {
810810
]
811811
}
812812
}
813-
library("Kotlin Coroutines", "1.7.3") {
813+
library("Kotlin Coroutines", "1.8.0") {
814814
group("org.jetbrains.kotlinx") {
815815
imports = [
816816
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)