Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm (#132)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.0.
- [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.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent bf6d3e3 commit 47ad397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api("org.wiremock:wiremock:3.10.0")
api("com.marcinziolo:kotlin-wiremock:2.1.1")
api("io.kotest.extensions:kotest-extensions-wiremock:3.1.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.9.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.0")

api("ch.qos.logback:logback-classic:1.5.14")
}
Expand Down

0 comments on commit 47ad397

Please sign in to comment.