From c64a2626f9d044f23bbbb2569b1f1158aad369a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:05:48 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 3.12.4 to 5.1.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7205c0602d3..c3437956e91 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { tink_version = '1.5.0' junit_version = '4.13.2' - mockitoVersion = '3.12.4' + mockitoVersion = '5.1.1' dexmakerVersion = "1.2" retrofit2Version = '2.9.0' okhttp3Version = '4.9.0'