From 4a3df1d70edd9a2373598c49b961ff965f9df892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 03:31:18 +0000 Subject: [PATCH] Bump runner from 1.5.1 to 1.5.2 Bumps runner from 1.5.1 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- sample_client/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index f6a8ab816..0dd0858d9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -77,7 +77,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' // Android JUnit Runner - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.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 fbb050643..72fbfa845 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -48,5 +48,5 @@ dependencies { androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:monitor:1.6.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' }