From e7f8e3c123459e6af2a3e4a42b3eb2795eab6e36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 05:26:33 +0000 Subject: [PATCH] Bump mockito-core from 2.27.0 to 3.2.4 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 3.2.4. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.27.0...v3.2.4) 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..ce71d77cf 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.2.4' wiremock = 'com.github.tomakehurst:wiremock:2.23.2' }