diff options
-rw-r--r-- | dependency-sync/build.gradle.kts | 2 | ||||
-rw-r--r-- | gradle/libs.versions.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts index 4edb18b7..93d99629 100644 --- a/dependency-sync/build.gradle.kts +++ b/dependency-sync/build.gradle.kts @@ -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.2") + dependencySync("org.robolectric:robolectric:4.7.3") 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") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 76f6a75e..a463896f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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.2" +testing-robolectric = "org.robolectric:robolectric:4.7.3" thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.70" |