From 2c778cf549bed6730c571b383f0a854e61e1342a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:44:17 +0000 Subject: [PATCH] Build(deps): Bump MOCKITO_VERSION from 5.10.0 to 5.11.0 Bumps `MOCKITO_VERSION` from 5.10.0 to 5.11.0. Updates `org.mockito:mockito-core` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.10.0...v5.11.0) Updates `org.mockito:mockito-android` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 1f6c468e7..7aa8d978c 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -120,7 +120,7 @@ final DAGGER_VERSION = '2.50' final GLIDE_VERSION = '4.16.0' final ESPRESSO_VERSION = '3.5.1' final OKHTTP_VERSION = '4.12.0' -final MOCKITO_VERSION = '5.10.0' +final MOCKITO_VERSION = '5.11.0' final RETROFIT_VERSION = '2.9.0' dependencies {