diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-30 10:12:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 10:12:52 +0530 |
commit | 5ff245377216bb7d528ef4c44ba6990b57076121 (patch) | |
tree | 8f6cb69e44422754210fa31b3748e8aebfabf748 /gradle | |
parent | a3a84f81dc7a0353efc8f257e56f79bb925e1041 (diff) |
fix(deps): update dependency app.cash.turbine:turbine to v0.12.2 (#2445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 e2625451..d652d816 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", testing-robolectric = "org.robolectric:robolectric:4.9.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.1" +testing-turbine = "app.cash.turbine:turbine:0.12.2" 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" |