Skip to content

Commit f7ef344

Browse files
committed
Upgrade to Kotlin Coroutines 1.3.9
Closes gh-23025
1 parent 019350d commit f7ef344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ bom {
923923
]
924924
}
925925
}
926-
library("Kotlin Coroutines", "1.3.8") {
926+
library("Kotlin Coroutines", "1.3.9") {
927927
group("org.jetbrains.kotlinx") {
928928
imports = [
929929
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)