From 4c07b6637c61bad5418ee4616c9e586fd9355f33 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2024 01:11:01 +0000
Subject: [PATCH] fix(deps): update dependency androidx.test:runner to v1.6.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 9 +++++++++
library/build.gradle | 2 +-
sample_client/build.gradle | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 3866f8131..3087b6a80 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -134,6 +134,7 @@
+
@@ -728,6 +729,14 @@
+
+
+
+
+
+
+
+
diff --git a/library/build.gradle b/library/build.gradle
index bc510bd07..ad8d38486 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -88,7 +88,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.5.0'
// Android JUnit Runner
- androidTestImplementation 'androidx.test:runner:1.5.2'
+ androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
diff --git a/sample_client/build.gradle b/sample_client/build.gradle
index 29b27b819..538a00830 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.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
- androidTestImplementation 'androidx.test:runner:1.5.2'
+ androidTestImplementation 'androidx.test:runner:1.6.2'
}