Browse Source

Upgrade to Kotlin Coroutines 1.6.3

Closes gh-31490
pull/31518/head
Stephane Nicoll 4 years ago
parent
commit
4f6bc3c2e0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save