chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4 #13

Open
renovate wants to merge 1 commits from renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
org.jetbrains.kotlinx:kotlinx-coroutines-core patch 1.6.3 -> 1.6.4

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | patch | `1.6.3` -> `1.6.4` | --- ### Release Notes <details> <summary>Kotlin/kotlinx.coroutines</summary> ### [`v1.6.4`](https://github.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-164) [Compare Source](https://github.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 ([#&#8203;3287](https://github.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 ([#&#8203;3334](https://github.com/Kotlin/kotlinx.coroutines/issues/3334)). - Fixed the `Publisher.await` functions in `kotlinx-coroutines-reactive` not ensuring that the `Subscriber` methods are invoked serially ([#&#8203;3360](https://github.com/Kotlin/kotlinx.coroutines/issues/3360)). Thank you, [@&#8203;EgorKulbachka](https://github.com/EgorKulbachka)! - Fixed a memory leak in `withTimeout` on K/N with the new memory model ([#&#8203;3351](https://github.com/Kotlin/kotlinx.coroutines/issues/3351)). - Added the guarantee that all `Throwable` implementations in the core library are serializable ([#&#8203;3328](https://github.com/Kotlin/kotlinx.coroutines/issues/3328)). - Moved the documentation to <https://kotlinlang.org/api/kotlinx.coroutines/> ([#&#8203;3342](https://github.com/Kotlin/kotlinx.coroutines/issues/3342)). - Various documentation improvements. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2022-07-13 13:18:25 +02:00
All checks were successful
continuous-integration/drone/push Build is passing
This pull request has changes conflicting with the target branch.
  • build.gradle.kts
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x master
git pull origin renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mc/DLib#13
There is no content yet.