From b0f17c61dee81266ecd80f0b0bd578dfa0740915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:04:14 +0000 Subject: [PATCH] Build(deps): Bump MOCKITO_VERSION from 5.6.0 to 5.7.0 Bumps `MOCKITO_VERSION` from 5.6.0 to 5.7.0. Updates `org.mockito:mockito-core` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.0) Updates `org.mockito:mockito-android` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.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 2a46c2837..ca000584f 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -120,7 +120,7 @@ final DAGGER_VERSION = '2.48.1' final GLIDE_VERSION = '4.16.0' final ESPRESSO_VERSION = '3.5.1' final OKHTTP_VERSION = '4.11.0' -final MOCKITO_VERSION = '5.6.0' +final MOCKITO_VERSION = '5.7.0' final RETROFIT_VERSION = '2.9.0' dependencies {