From 194a24302dc28bed6f9439f52b8abbc232a0487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 22:23:24 +0000 Subject: [PATCH] build(deps): bump app.cash.turbine:turbine from 1.1.0 to 1.2.1 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/cashapp/turbine/releases) - [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cashapp/turbine/compare/1.1.0...1.2.1) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da700c4..8c04ca4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidxTestCore = "1.6.1" espresso = "3.6.1" mockk = "1.13.12" truth = "1.4.4" -turbine = "1.1.0" +turbine = "1.2.1" robolectric = "4.13" kotlinxCoroutinesTest = "1.8.1" navigationCompose = "2.8.2"