From d2be02e0d123885016c93999185f6446ce4f1c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:46:42 +0000 Subject: [PATCH] chore: bump runner from 1.4.0 to 1.5.0 Bumps runner from 1.4.0 to 1.5.0. --- 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..af2494287 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.0' 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 1e26579cc..3a565f053 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.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'