From 10593c5acb7f468f5845c59b3ce97862b29313b7 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Tue, 16 Jan 2024 08:01:17 +0530 Subject: [PATCH] chore: bump `robolectric ` & `mockito` These upgrades are needed to deal get playground app to work with java 17 --- lib/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/android/app/build.gradle b/lib/android/app/build.gradle index 50d7b54874..1101dadb9b 100644 --- a/lib/android/app/build.gradle +++ b/lib/android/app/build.gradle @@ -192,9 +192,9 @@ dependencies { if("Playground".toLowerCase() == rootProject.name.toLowerCase()){ // tests only for our playground testImplementation 'junit:junit:4.13.2' - testImplementation "org.robolectric:robolectric:4.7.2" + testImplementation "org.robolectric:robolectric:4.11.1" testImplementation 'org.assertj:assertj-core:3.11.1' - testImplementation 'org.mockito:mockito-core:4.0.0' + testImplementation 'org.mockito:mockito-core:5.0.0' testImplementation 'com.squareup.assertj:assertj-android:1.2.0' testImplementation 'org.mockito:mockito-inline:3.4.0' testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"