kotest / kotest-gradle-plugin

A gradle plugin for Kotest
https://kotest.io
Apache License 2.0
30 stars 5 forks source link

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4 #40

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.3 -> 1.6.4 age adoption passing confidence

Release Notes

Kotlin/kotlinx.coroutines ### [`v1.6.4`](https://togithub.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-164) [Compare Source](https://togithub.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4) - Added `TestScope.backgroundScope` for launching coroutines that perform work in the background and need to be cancelled at the end of the test ([#​3287](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3287)). - Fixed the POM of `kotlinx-coroutines-debug` having an incorrect reference to `kotlinx-coroutines-bom`, which cause the builds of Maven projects using the debug module to break ([#​3334](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3334)). - Fixed the `Publisher.await` functions in `kotlinx-coroutines-reactive` not ensuring that the `Subscriber` methods are invoked serially ([#​3360](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3360)). Thank you, [@​EgorKulbachka](https://togithub.com/EgorKulbachka)! - Fixed a memory leak in `withTimeout` on K/N with the new memory model ([#​3351](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3351)). - Added the guarantee that all `Throwable` implementations in the core library are serializable ([#​3328](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3328)). - Moved the documentation to ([#​3342](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3342)). - Various documentation improvements.

Configuration

šŸ“… Schedule: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled due to failing status checks.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.6.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.