From 3d7d94225349ea12dedfae7369c079137c555694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:17:36 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:monitor to v1.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 43 +++++++++++++++++--------------- sample_client/build.gradle | 4 +-- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 0147ebad8..fe4faa14e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -129,6 +129,7 @@ + @@ -720,6 +721,14 @@ + + + + + + + + @@ -3639,20 +3648,15 @@ - - - - - - - - - - - + + + + + + + + + @@ -3970,12 +3974,11 @@ - - - - - + + + + + diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 11084de87..1f7c4eac7 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime" - implementation 'androidx.test:monitor:1.6.1' + implementation 'androidx.test:monitor:1.7.0' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:monitor:1.6.1' + androidTestImplementation 'androidx.test:monitor:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:runner:1.5.2' }