Skip to content

Commit f018a1d

Browse files
committed
Upgrade to Kotlin Coroutines 1.10.2
Closes gh-46331
1 parent ee3ffc8 commit f018a1d

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
@@ -1195,7 +1195,7 @@ bom {
11951195
releaseNotes("https://github.com/JetBrains/kotlin/releases/tag/v{version}")
11961196
}
11971197
}
1198-
library("Kotlin Coroutines", "1.10.1") {
1198+
library("Kotlin Coroutines", "1.10.2") {
11991199
group("org.jetbrains.kotlinx") {
12001200
bom("kotlinx-coroutines-bom")
12011201
}

0 commit comments

Comments
 (0)