From 7c5649fb9d884641a3a54066bf3bc032323e519c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:21:24 +0000 Subject: [PATCH] Bump mockito-core from 2.27.0 to 3.8.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 3.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.27.0...v3.8.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..5c3f75d6b 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.8.0' wiremock = 'com.github.tomakehurst:wiremock:2.23.2' }