From 8cc4d4ae968636c2ca2b4631d0af659e9e4772bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 05:42:17 +0000 Subject: [PATCH] Bump project.mockitoVersion from 3.9.0 to 3.11.0 Bumps `project.mockitoVersion` from 3.9.0 to 3.11.0. Updates `mockito-core` from 3.9.0 to 3.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.11.0) Updates `mockito-junit-jupiter` from 3.9.0 to 3.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.11.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..188c5a7 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.0" checkerQualVersion = "3.12.0" }