From 678e9ca965e75f286f0b754fea4efef560bfedd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:41:38 +0000 Subject: [PATCH] Bump app.cash.turbine:turbine from 1.0.0 to 1.1.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.1.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.1.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 d963892..705cf78 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ sandwich = "2.0.8" retrofitKotlinxSerializationJson = "1.0.0" googleSecretPlugin = "2.0.1" spotless = "6.7.0" -turbine = "1.0.0" +turbine = "1.1.0" junit = "4.13.2" androidx-test-ext-junit = "1.1.5" espresso-core = "3.6.1"