Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update org.jetbrains.kotlinx to v1.6.4 #601

Merged
merged 1 commit into from Jul 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.6.3 -> 1.6.4 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

Compare Source

  • Added TestScope.backgroundScope for launching coroutines that perform work in the background and need to be cancelled at the end of the test (#​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).
  • Fixed the Publisher.await functions in kotlinx-coroutines-reactive not ensuring that the Subscriber methods are invoked serially (#​3360). Thank you, @​EgorKulbachka!
  • Fixed a memory leak in withTimeout on K/N with the new memory model (#​3351).
  • Added the guarantee that all Throwable implementations in the core library are serializable (#​3328).
  • Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#​3342).
  • Various documentation improvements.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 13, 2022
@renovate renovate bot requested review from iProdigy and PhilippHeuer July 13, 2022 13:03
@renovate renovate bot force-pushed the chore/dependencies/org.jetbrains.kotlinx branch from 6dbb1b7 to 381568e Compare July 17, 2022 19:35
@renovate renovate bot force-pushed the chore/dependencies/org.jetbrains.kotlinx branch from 381568e to 0747e85 Compare July 17, 2022 19:36
@PhilippHeuer PhilippHeuer merged commit 9d094e6 into develop Jul 17, 2022
@renovate renovate bot deleted the chore/dependencies/org.jetbrains.kotlinx branch July 17, 2022 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants