Skip to content

Commit 09de935

Browse files
committed
Upgrade to Kotlin Coroutines 1.3.8
Closes gh-22469
1 parent ebcc903 commit 09de935

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
@@ -979,7 +979,7 @@ bom {
979979
]
980980
}
981981
}
982-
library("Kotlin Coroutines", "1.3.7") {
982+
library("Kotlin Coroutines", "1.3.8") {
983983
group("org.jetbrains.kotlinx") {
984984
imports = [
985985
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)