From c7f45b9849cfdc9c598e73ea1b1a2e0f755c7c40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 07:19:58 +0000 Subject: [PATCH] Bump mockitoVersion from 3.4.2 to 3.4.4 Bumps `mockitoVersion` from 3.4.2 to 3.4.4. Updates `mockito-core` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.4) Updates `mockito-junit-jupiter` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.4) 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 f12c56352..ff64d820b 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { junitLauncherVersion = "1.6.2" hamcrestVersion = "2.2" logbackVersion = "1.2.3" - mockitoVersion = "3.4.2" + mockitoVersion = "3.4.4" otjPgVersion = "0.13.3" qpidVersion = "8.0.0" sleepycatVersion = "18.3.12"