Skip to content

Commit 6f12184

Browse files
committed
Upgrade to Kotlin Coroutines 1.3.4
Closes gh-20479
1 parent 015668e commit 6f12184

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
@@ -995,7 +995,7 @@ bom {
995995
]
996996
}
997997
}
998-
library("Kotlin Coroutines", "1.3.2") {
998+
library("Kotlin Coroutines", "1.3.4") {
999999
group("org.jetbrains.kotlinx") {
10001000
imports = [
10011001
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)