Update roboelectric to 4.12, org.json to 20240303

This commit is contained in:
José Rebelo 2024-03-30 23:02:31 +00:00
parent 88a1e7bb59
commit c85a0edace
1 changed files with 2 additions and 2 deletions

View File

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