From 1f666572b3d8532863728633c21e378bc36e6650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 23:41:31 +0000 Subject: [PATCH] chore: bump runner from 1.4.0 to 1.5.2 Bumps runner from 1.4.0 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-core/build.gradle | 2 +- testutils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android-core/build.gradle b/android-core/build.gradle index e92819e43..36e20e168 100644 --- a/android-core/build.gradle +++ b/android-core/build.gradle @@ -153,7 +153,7 @@ dependencies { androidTestImplementation project(':testutils') if (useOrchestrator()) { - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2' } androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" diff --git a/testutils/build.gradle b/testutils/build.gradle index d114a9376..486055d67 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -64,7 +64,7 @@ dependencies { androidTestImplementation project(':android-core') } - androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'