From 2f7e79024727eaf2048a4ede5f78ec7660617c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:51:36 +0000 Subject: [PATCH] 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 c2fae4e5..7eea73f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ firebase = "33.11.0" leakCanary = "2.14" junit = "4.13.2" mockito = "5.16.0" -turbine = "1.2.0" +turbine = "1.2.1" espresso = "3.6.1" desugar = "2.1.5" androidSecurityLint = "1.0.3"