From 66dc9633dd46cf70944edcee858e8843aa858552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:56:53 +0000 Subject: [PATCH 1/2] chore: bump org.mockito:mockito-android from 5.7.0 to 5.8.0 (#460) Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... 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..520c65d7d 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:5.8.0' api 'androidx.annotation:annotation:1.5.0' api 'androidx.test.ext:junit:1.1.4' From f4f3a8e708b74f0466ccfab4e3be4575868a3e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:44:29 +0000 Subject: [PATCH 2/2] chore: bump androidx.annotation:annotation from 1.5.0 to 1.7.1 Bumps androidx.annotation:annotation from 1.5.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 520c65d7d..d39997f16 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -52,7 +52,7 @@ dependencies { compileOnly project(':android-kit-base') compileOnly 'org.mockito:mockito-android:5.8.0' - api 'androidx.annotation:annotation:1.5.0' + api 'androidx.annotation:annotation:1.7.1' api 'androidx.test.ext:junit:1.1.4' api 'androidx.test:rules:1.5.0'