From c17cdb6937b317076c2050cb4f390641c85ca5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:27:32 +0000 Subject: [PATCH] Build(deps): Bump MOCKITO_VERSION from 5.21.0 to 5.23.0 Bumps `MOCKITO_VERSION` from 5.21.0 to 5.23.0. Updates `org.mockito:mockito-core` from 5.21.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.23.0) Updates `org.mockito:mockito-android` from 5.21.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-android dependency-version: 5.23.0 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 dd8a8464d..7f72a2a1d 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -118,7 +118,7 @@ final DAGGER_VERSION = '2.59.2' final GLIDE_VERSION = '5.0.5' final ESPRESSO_VERSION = '3.7.0' final OKHTTP_VERSION = '5.3.2' -final MOCKITO_VERSION = '5.21.0' +final MOCKITO_VERSION = '5.23.0' final RETROFIT_VERSION = '3.0.0' dependencies {