Browse Source

Upgrade to Kotlin Coroutines 1.3.8

Closes gh-22469
pull/22996/head
Andy Wilkinson 5 years ago
parent
commit
09de935f29
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -979,7 +979,7 @@ bom { @@ -979,7 +979,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.3.7") {
library("Kotlin Coroutines", "1.3.8") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"

Loading…
Cancel
Save