From 73a5edc8f2e67670cc7bf6fafce5b338a35eb514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 18:34:07 +0000 Subject: [PATCH] Bump mockito-core from 4.3.1 to 4.4.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a848fa690b..3d0cfc3ad7 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { tink_version = '1.5.0' junit_version = '4.13.2' - mockito_version = '4.3.1' + mockito_version = '4.4.0' dexmaker_version = "1.2" retrofit2_version = '2.9.0' okhttp3_version = '4.9.0'