From a76f637181a166c488b5239e39fac61351907dd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:25:00 +0000 Subject: [PATCH] Bump mockito-core from 2.27.0 to 3.7.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 3.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.27.0...v3.7.0) Signed-off-by: dependabot-preview[bot] --- external-dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-dependencies.gradle b/external-dependencies.gradle index f3f0fdfc5..4f158f637 100644 --- a/external-dependencies.gradle +++ b/external-dependencies.gradle @@ -73,6 +73,6 @@ ext { junit = ['org.hamcrest:hamcrest:2.1', 'org.hamcrest:hamcrest-library:2.1', 'junit:junit:4.12'] jsoup = 'org.jsoup:jsoup:1.11.3' jsonAssert = 'org.skyscreamer:jsonassert:1.5.0' - mockito = 'org.mockito:mockito-core:2.27.0' + mockito = 'org.mockito:mockito-core:3.7.0' wiremock = 'com.github.tomakehurst:wiremock:2.23.2' }