Skip to content

Commit 298dc6c

Browse files
⬆ upgrade dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1
1 parent 0fb96cf commit 298dc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ springBoot = "3.4.1"
2424
# bom, naming convention: bom-<name>
2525
bom-springBoot = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "springBoot" }
2626
bom-kotest = "io.kotest:kotest-bom:5.9.1"
27-
bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.0"
27+
bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1"
2828

2929
# plugin dependencies (for both projects and settings), naming convention: pluginDep/settingDep + -<nameInCamelCase>
3030
pluginDep-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

0 commit comments

Comments
 (0)