fix(deps): update dependency app.cash.turbine:turbine to v1.2.0 (#4728)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [app.cash.turbine:turbine](https://redirect.github.com/cashapp/turbine) | `1.1.0` -> `1.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/app.cash.turbine:turbine/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/app.cash.turbine:turbine/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/app.cash.turbine:turbine/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/app.cash.turbine:turbine/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cashapp/turbine (app.cash.turbine:turbine)</summary> ### [`v1.2.0`](https://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#120---2024-10-16) [Compare Source](https://redirect.github.com/cashapp/turbine/compare/1.1.0...1.2.0) [1.2.0]: https://redirect.github.com/cashapp/turbine/releases/tag/1.2.0 ##### Added - Add `wasmWasi` target. </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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
09e3f4940f
commit
a488abd5ce
|
@ -50,7 +50,7 @@ robolectric = "4.13"
|
|||
sparkbutton = "4.2.0"
|
||||
touchimageview = "3.6"
|
||||
truth = "1.4.4"
|
||||
turbine = "1.1.0"
|
||||
turbine = "1.2.0"
|
||||
unified-push = "2.4.0"
|
||||
xmlwriter = "1.0.4"
|
||||
|
||||
|
|
|
@ -2740,6 +2740,14 @@
|
|||
<sha256 value="74c94344524b0ab306f2770f1daec40a273483652a492eae3b1bbf71dde4ce47" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="app.cash.turbine" name="turbine" version="1.2.0">
|
||||
<artifact name="Turbine-metadata.jar">
|
||||
<sha256 value="47d1bb42d67672735b0d12229c89ea25fdbdfb91f0de10b86511ce18ae175895" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="turbine-1.2.0.module">
|
||||
<sha256 value="722d2516c4d52721c5073b686db4b93a0016a54fbe809654a8bfc3c9b1f1b0a1" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="app.cash.turbine" name="turbine-jvm" version="1.1.0">
|
||||
<artifact name="Turbine-jvm-sources.jar">
|
||||
<sha256 value="7fc495f7e1c208fd55d9945f1b5cda0db98b2a83b133ae0bf3a43679745b9282" origin="Generated by Gradle"/>
|
||||
|
@ -2751,6 +2759,14 @@
|
|||
<sha256 value="ba7cc8f9f368b437ccb16a5af704167696cd4f00ea8e67ca7243acaff6c99cd3" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="app.cash.turbine" name="turbine-jvm" version="1.2.0">
|
||||
<artifact name="Turbine-jvm.jar">
|
||||
<sha256 value="dcc2e85dbf7d4a0375eb9ff0d4587475e256914f7796aa6c006cc29b66b339da" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="turbine-jvm-1.2.0.module">
|
||||
<sha256 value="871a75a56657f942012f1dcc784c7a76fa9368a77988c7c5a57530769a96fe5a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="at.connyduck" name="networkresult-calladapter" version="1.1.0">
|
||||
<artifact name="networkresult-calladapter-1.1.0.jar">
|
||||
<sha256 value="61ab47bccfece072ad6f10ca5c775cfc7cb0625f747941e3bd92aaf8cd36f8e1" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue