From 1ccd68b2833aa2aec8937123df763495627e7361 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 06:10:32 +0000 Subject: [PATCH] Bump mockito-core from 3.2.4 to 3.7.7 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.7.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.4...v3.7.7) 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 a51fc15..76cc972 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,6 @@ dependencies { testCompile 'junit:junit:4.13' testCompile 'org.assertj:assertj-core:3.14.0' testCompile 'eu.codearte.catch-exception:catch-exception:2.0' - testCompile 'org.mockito:mockito-core:3.2.4' + testCompile 'org.mockito:mockito-core:3.7.7' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11' }