From c2b8e1c27702e7ffa072104a351db8e71613b6ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 05:42:22 +0000 Subject: [PATCH] Bump project.mockitoVersion from 3.9.0 to 3.10.0 Bumps `project.mockitoVersion` from 3.9.0 to 3.10.0. Updates `mockito-core` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0) Updates `mockito-junit-jupiter` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcda7fd..f3677a5 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ ext { slf4jVersion = "2.0.0-alpha1" log4jVersion = "2.14.1" junitVersion = "5.7.1" - mockitoVersion = "3.9.0" + mockitoVersion = "3.10.0" checkerQualVersion = "3.12.0" }