Skip to content

Commit 8182637

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.9.0 to 1.10.1
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11548aa commit 8182637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api("ch.qos.logback:logback-classic:1.5.12")
2929

3030
testImplementation(kotlin("test"))
31-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
31+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
3232
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
3333
testImplementation("org.testcontainers:testcontainers:1.20.4")
3434
testImplementation("org.testcontainers:junit-jupiter:1.20.4")

0 commit comments

Comments
 (0)