aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-01 23:56:23 +0530
committerGitHub <noreply@github.com>2022-08-01 23:56:23 +0530
commit2c5e130f028b250efdd68f70a66fa2b2dbb38937 (patch)
treea265c54bac2a6260ef33dd36463ba64dec35594d
parent01f4b39318f7f066865cbb9ce2bff2cd4a413231 (diff)
fix(deps): update dependency app.cash.turbine:turbine to v0.9.0 (#2040)
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 cf1d3b5e..311df2f5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -72,7 +72,7 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit",
testing-robolectric = "org.robolectric:robolectric:4.8.1"
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.8"
-testing-turbine = "app.cash.turbine:turbine:0.8.0"
+testing-turbine = "app.cash.turbine:turbine:0.9.0"
thirdparty-bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", version.ref = "bouncycastle" }
thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncycastle" }
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"