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"))