From cbd70368c0cf00d6f4193296d57071cedf394360 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 05:56:55 +0000 Subject: [PATCH] Bump mockito-core from 2.27.0 to 3.4.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 3.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.27.0...v3.4.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..1c2c4f753 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.4.0' wiremock = 'com.github.tomakehurst:wiremock:2.23.2' }