From 5cee3ca282f0d8d806065c1b1eac90c6eaed9fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:25:51 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.3.1 to 5.11.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.11.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..0b2c4f37 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.11.0") debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version") androidTestImplementation('com.adevinta.android:barista:4.3.0') {