From c86908b32f6a7d6d4f23642c202029c35040bb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:38:23 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.3.1 to 5.10.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.10.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 b9be219b..07a681bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ dependencies { androidTestImplementation("androidx.test:rules:1.5.0") androidTestImplementation("androidx.test:runner:1.5.2") androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2") - androidTestImplementation("org.mockito:mockito-core:5.3.1") + androidTestImplementation("org.mockito:mockito-core:5.10.0") debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version") androidTestImplementation('com.adevinta.android:barista:4.3.0') {