From c85a0edace7059dfed06a578f9204b80d508a61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sat, 30 Mar 2024 23:02:31 +0000 Subject: [PATCH] Update roboelectric to 4.12, org.json to 20240303 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d8ab18c2e..3ba35b00b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:2.0.4' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:2.28.2" - testImplementation "org.robolectric:robolectric:4.8.2" + testImplementation "org.robolectric:robolectric:4.12" testImplementation "org.hamcrest:hamcrest-library:1.3" testImplementation "com.google.code.gson:gson:2.8.9" @@ -271,7 +271,7 @@ dependencies { testImplementation 'org.threeten:threetenbp:1.6.0' // Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests - testImplementation 'org.json:json:20180813' + testImplementation 'org.json:json:20240303' // Fix Duplicate class build error implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))