aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-06 16:10:06 +0000
committerGitHub <noreply@github.com>2024-03-06 16:10:06 +0000
commit3d8e7200e03eeeaab013a0c66c9187557bb09125 (patch)
tree2e16243138b280cbf912d83418c1d434fbd1aa53
parent5bfa1383cadeef465a06231feed509426abefab1 (diff)
fix(deps): update dependency app.cash.turbine:turbine to v1.1.0 (#2937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ce694580..4b815a18 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -69,7 +69,7 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit",
testing-robolectric = "org.robolectric:robolectric:4.11.1"
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.15"
-testing-turbine = "app.cash.turbine:turbine:1.0.0"
+testing-turbine = "app.cash.turbine:turbine:1.1.0"
thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle" }
# We're fine with the current version.
# noinspection GradleDependency