From dbdf7e9add9a3dbdd79de5c3fc65b30200d2aa56 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:35:23 +0000 Subject: [PATCH] Bump mockito-core from 3.2.4 to 3.11.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.4...v3.11.1) 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..8b735f0 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.11.1' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11' }