aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-30 13:16:18 +0000
committerGitHub <noreply@github.com>2023-03-30 13:16:18 +0000
commit08d6278350ef184858ecdcf13143e388ea7020ab (patch)
tree1b600c86e3d8f764029c3f4209be09fc9cc87c68
parent5ff245377216bb7d528ef4c44ba6990b57076121 (diff)
fix(deps): update dependency app.cash.turbine:turbine to v0.12.3 (#2447)
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 d652d816..1f669ac2 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.2"
+testing-turbine = "app.cash.turbine:turbine:0.12.3"
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"