From 7f919de13a09170669f7b90dc78f724a22fafa94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:54:01 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:runner to v1.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 2 ++ library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index dbd59c6cc5..d744f34931 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -37,6 +37,7 @@ + @@ -49,6 +50,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index d2c575fabf..2404cb2f86 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -88,7 +88,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.6.1' // Android JUnit Runner - androidTestImplementation 'androidx.test:runner:1.6.2' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 41a1c50162..256ac1b919 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -60,5 +60,5 @@ dependencies { androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test:runner:1.6.2' + androidTestImplementation 'androidx.test:runner:1.7.0' }