From 5bae96f9c14b5dec47fb4729959d1fad107cafa1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 04:21:06 +0000 Subject: [PATCH] Bump mockito-core from 1.9.5 to 3.11.2 Bumps [mockito-core](https://github.com/mockito/mockito) from 1.9.5 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v1.9.5...v3.11.2) 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 1c867e49..62847602 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { testCompile 'junit:junit:4.11' testCompile 'com.github.tomakehurst:wiremock:1.53' testCompile 'org.skyscreamer:jsonassert:1.2.3' - testCompile 'org.mockito:mockito-core:1.9.5' + testCompile 'org.mockito:mockito-core:3.11.2' testCompile 'com.squareup.okhttp:mockwebserver:2.1.0' }