From 3305e6284a595eae3ccc9d65bad5f6b55b22ea69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 04:56:04 +0000 Subject: [PATCH] Bump mockito-core from 3.7.7 to 3.11.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.11.1) 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 3ed66ea..edda915 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext.deps = [junit : 'junit:junit:4.13.2', - mockitocore: 'org.mockito:mockito-core:3.7.7'] + mockitocore: 'org.mockito:mockito-core:3.11.1'] buildscript { repositories {