From 8b464d2853eb4f3e17e9eb09a09fe99d00999fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:00:54 +0000 Subject: [PATCH] Bump app.cash.turbine:turbine from 0.12.1 to 0.12.3 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 0.12.1 to 0.12.3. - [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/0.12.1...0.12.3) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e941ace..a5d493f 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { detekt_version = "1.19.0" junit_version = "4.13.2" mockk_version = "1.13.4" - turbine_version = "0.12.1" + turbine_version = "0.12.3" androidx_testjunit_version = "1.1.4" }