From 4f938f0877258ab15213c15e52f13f3495faa2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:43:25 +0000 Subject: [PATCH] Bump app.cash.turbine:turbine from 1.1.0 to 1.2.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.1.0 to 1.2.0. - [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.0) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine 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 4e996177a..9ea927a8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ roborazzi = "1.36.0" room = "2.6.1" secrets = "2.0.1" truth = "1.4.4" -turbine = "1.1.0" +turbine = "1.2.0" [bundles] androidx-compose-ui-test = ["androidx-compose-ui-test", "androidx-compose-ui-testManifest"]