From 5d72edf37ab16e98aa6873a72097629f18faf159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:36:45 +0000 Subject: [PATCH] chore: Bump androidx.test:core from 1.5.0 to 1.7.0 Bumps androidx.test:core from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- analytics/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' }