Browse Source

Upgrade to Kotlin Coroutines 1.3.9

Closes gh-23025
pull/23028/head
Stephane Nicoll 6 years ago
parent
commit
f7ef3445a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save