diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-11 18:44:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 18:44:03 +0000 |
commit | b9abf3ef43e3749c79c11254c575a5ad3af0a08f (patch) | |
tree | 55be95e3c01ec3207a3bb3729e8594f7072e146e | |
parent | 365c9635181ba194d6d0e5c49222170da0b5cfcd (diff) |
fix(deps): update dependency app.cash.turbine:turbine to v0.13.0 (#2513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ddfd38fa..f2744c90 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -75,7 +75,7 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", testing-robolectric = "org.robolectric:robolectric:4.10.2" testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0" testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.11" -testing-turbine = "app.cash.turbine:turbine:0.12.3" +testing-turbine = "app.cash.turbine:turbine:0.13.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" |