From b317ef739974b7b12063b15cae5c0d65a72d6be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:26:12 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.ext:junit to v1.3.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 1 + library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 7e033ea78d..aab5aa035b 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -180,6 +180,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index 9651fe627b..1b76020120 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -84,7 +84,7 @@ dependencies { // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation "junit:junit:$junit_version" - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test:rules:1.7.0' // Android JUnit Runner diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 54007a4596..e01b080673 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -59,6 +59,6 @@ dependencies { implementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:monitor:1.7.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test:runner:1.7.0' }