From 663ad33e117c9d5034a28ad8fab73b0f8940d2ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 05:44:25 +0000 Subject: [PATCH] Bump project.mockitoVersion from 3.9.0 to 3.11.2 Bumps `project.mockitoVersion` from 3.9.0 to 3.11.2. Updates `mockito-core` from 3.9.0 to 3.11.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.11.2) Updates `mockito-junit-jupiter` from 3.9.0 to 3.11.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.11.2) 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..a626466 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.11.2" checkerQualVersion = "3.12.0" }