Skip to content

Commit dd13c22

Browse files
committed
Upgrade to Kotlin Coroutines 1.3.6
Closes gh-21408
1 parent 74a70c8 commit dd13c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ bom {
10001000
]
10011001
}
10021002
}
1003-
library("Kotlin Coroutines", "1.3.5") {
1003+
library("Kotlin Coroutines", "1.3.6") {
10041004
group("org.jetbrains.kotlinx") {
10051005
imports = [
10061006
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)