Browse Source

Upgrade to Kotlin Coroutines 1.3.7

Closes gh-21852
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
08f37b3489
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save