Browse Source

Upgrade to Kotlin Coroutines 1.7.2

Closes gh-36376
pull/36422/head
Stephane Nicoll 2 years ago
parent
commit
9a8b3246a4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save