build(deps): bump coroutines from 1.7.3 to 1.10.1#6765
build(deps): bump coroutines from 1.7.3 to 1.10.1#6765dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
1 similar comment
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Test Results 282 files - 750 282 suites - 750 6m 56s ⏱️ - 27m 26s Results for commit 847142a. ± Comparison against base commit 76990d9. This pull request removes 3920 tests.♻️ This comment has been updated with latest results. |
Bumps `coroutines` from 1.7.3 to 1.10.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` from 1.7.3 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.7.3...1.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.3 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.7.3...1.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 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.7.3...1.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactive` from 1.7.3 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.7.3...1.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 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.7.3...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactive dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19f6a50 to
847142a
Compare
|
Superseded by #6881. |
Bumps
coroutinesfrom 1.7.3 to 1.10.1.Updates
org.jetbrains.kotlinx:kotlinx-coroutines-play-servicesfrom 1.7.3 to 1.10.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-play-services's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-play-services's changelog.
... (truncated)
Commits
ee92d16Version 1.10.19a773f1Ignore a flaky test2a9b88cFix binary incompatibility introduced in #4261 (#4310)33b18cdVersion 1.10.0d2f2717Merge remote-tracking branch 'origin/master' into developbed3d29Introduce Flow.any, Flow.all, Flow.noneec83195Disable timing-sensitive test on Windows8f83057Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)f8c0304Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)2cafea4Update Kotlin to 2.1.0 (#4284)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-androidfrom 1.7.3 to 1.10.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's changelog.
... (truncated)
Commits
ee92d16Version 1.10.19a773f1Ignore a flaky test2a9b88cFix binary incompatibility introduced in #4261 (#4310)33b18cdVersion 1.10.0d2f2717Merge remote-tracking branch 'origin/master' into developbed3d29Introduce Flow.any, Flow.all, Flow.noneec83195Disable timing-sensitive test on Windows8f83057Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)f8c0304Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)2cafea4Update Kotlin to 2.1.0 (#4284)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-corefrom 1.7.3 to 1.10.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.
... (truncated)
Commits
ee92d16Version 1.10.19a773f1Ignore a flaky test2a9b88cFix binary incompatibility introduced in #4261 (#4310)33b18cdVersion 1.10.0d2f2717Merge remote-tracking branch 'origin/master' into developbed3d29Introduce Flow.any, Flow.all, Flow.noneec83195Disable timing-sensitive test on Windows8f83057Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)f8c0304Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)2cafea4Update Kotlin to 2.1.0 (#4284)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-reactivefrom 1.7.3 to 1.10.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-reactive's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-reactive's changelog.