From ade739cb72cff9022c6557695f2c48825aaff5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:21:06 +0000 Subject: [PATCH] Build(deps): Bump MOCKITO_VERSION from 5.5.0 to 5.6.0 Bumps `MOCKITO_VERSION` from 5.5.0 to 5.6.0. Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) Updates `org.mockito:mockito-android` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.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 93330cb59..c908f83df 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.5.0' +final MOCKITO_VERSION = '5.6.0' final RETROFIT_VERSION = '2.9.0' dependencies {