build(deps): bump robolectric from 4.7 to 4.7.2 (#1559)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 03:57:41 +00:00 committed by GitHub
parent 2b59c79a7a
commit cbff738bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ dependencies {
// Testing dependencies
dependencySync("junit:junit:4.13.2")
dependencySync("org.jetbrains.kotlin:kotlin-test-junit")
dependencySync("org.robolectric:robolectric:4.7")
dependencySync("org.robolectric:robolectric:4.7.2")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
dependencySync("org.jetbrains.kotlin:kotlin-test-junit:1.5.31")
dependencySync("com.github.android-password-store:shared-preferences-fake:2.0.0")

View file

@ -105,7 +105,7 @@ compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", versio
testing-junit = "junit:junit:4.13.2"
testing-robolectric = "org.robolectric:robolectric:4.7"
testing-robolectric = "org.robolectric:robolectric:4.7.2"
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69"