diff options
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 e8bedbbf..ef66b382 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" +testing-robolectric = "org.robolectric:robolectric:4.7.2" thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69" |