From 26480e5eece2718ec505269d80034493f9d8db34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:51:35 +0000 Subject: [PATCH 1/2] Build(deps): Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9283d3548..eee29c885 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -289,7 +289,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'org.mockito:mockito-core:5.9.0' androidTestImplementation 'org.mockito:mockito-android:5.8.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' From 53d493a43b6815fd395cd0316a4d80121f8bc3b8 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 22 Jan 2024 09:51:27 +0100 Subject: [PATCH 2/2] Build(deps): Bump org.mockito:mockito-android from 5.8.0 to 5.9.0 Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index eee29c885..0266e285d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -290,7 +290,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.9.0' - androidTestImplementation 'org.mockito:mockito-android:5.8.0' + androidTestImplementation 'org.mockito:mockito-android:5.9.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' androidTestImplementation "androidx.test:core:1.5.0"