From 5ea88d671a7aa121d9b46094392d51d0c5183c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:27:41 +0000 Subject: [PATCH] chore(deps): bump app.cash.turbine:turbine from 1.2.0 to 1.2.1 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.2.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.2.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-patch ... 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 67e78fc..b4b7e71 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ detekt = "1.23.8" fragmentKtx = "1.9.0" securityCrypto = "1.1.0" uiTextGoogleFonts = "1.6.0" -turbine = "1.2.0" +turbine = "1.2.1" mockk = "1.13.13" truth = "1.4.5"