From 3e0d58eab273b00d3c330156fbabc31dd0c02701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:42:16 +0000 Subject: [PATCH] build(deps): bump app.cash.turbine:turbine from 1.0.0 to 1.2.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.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.0.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 4881c9d7d40..e6916352e59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -207,7 +207,7 @@ spotless-plugin-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradl truth = { module = "com.google.truth:truth", version.ref = "truth" } truth-liteproto-extension = { module = "com.google.truth.extensions:truth-liteproto-extension", version.ref = "truth" } truth-proto-extension = { module = "com.google.truth.extensions:truth-proto-extension", version.ref = "truthProtoExtension" } -turbine = { module = "app.cash.turbine:turbine", version = "1.0.0" } +turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" } # Remove three-ten-abp once minSdkVersion is changed to 26 or later, and, instead use the # correspondingly-named classes from the java.time package, which should be drop-in replacements.