From ee6c2a5e1cb26992d517528e11c2af982bd797f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:18:20 +0000 Subject: [PATCH 1/2] chore: bump mockito-android from 4.9.0 to 4.10.0 (#294) Bumps [mockito-android](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 3e07b087c..7df073456 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) compileOnly project(':android-core') compileOnly project(':android-kit-base') - compileOnly 'org.mockito:mockito-android:4.9.0' + compileOnly 'org.mockito:mockito-android:4.10.0' api 'androidx.annotation:annotation:1.5.0' api 'androidx.test.ext:junit:1.1.4' From 38c9affe652b0d2bed4ffea6ed4ebaa0395ed079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:18:57 +0000 Subject: [PATCH 2/2] chore: bump runner from 1.4.0 to 1.5.1 Bumps runner from 1.4.0 to 1.5.1. --- 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..080eb56be 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.1' 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 7df073456..b58230135 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.1' androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'