From 19fb6f02d8c1c24e285e948032f87d42de775ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:16:42 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.14.0 to 5.14.1 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9dd4c05af..a095402ea 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation 'org.mockito:mockito-android:5.14.0' + androidTestImplementation 'org.mockito:mockito-android:5.14.1' androidTestUtil 'androidx.test:orchestrator:1.5.0' }