diff --git a/analytics/build.gradle b/analytics/build.gradle index 949af7fe8..4bf9f1adf 100644 --- a/analytics/build.gradle +++ b/analytics/build.gradle @@ -137,16 +137,16 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' // AndroidJUnitRunner and JUnit Rules testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:core:1.6.1' + androidTestImplementation 'androidx.test:core:1.7.0' androidTestImplementation 'androidx.test:runner:1.7.0' - androidTestImplementation 'androidx.test:rules:1.6.1' + androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.ext:truth:1.7.0' androidTestImplementation "org.mockito:mockito-android:5.22.0" - androidTestUtil 'androidx.test:orchestrator:1.6.1' + androidTestUtil 'androidx.test:orchestrator:1.7.0' testImplementation "org.mockito:mockito-core:5.22.0" testImplementation 'org.robolectric:robolectric:4.11.1' - testImplementation 'androidx.test:core:1.5.0' + testImplementation 'androidx.test:core:1.7.0' testImplementation 'org.json:json:20231013' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }