From 03428aa879c3f8eb515b8b908c1f4b2c15f1e142 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 05:38:07 +0000 Subject: [PATCH] Bump mockito-core from 3.2.4 to 3.11.2 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.4...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 a51fc15..c95d886 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.2' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11' }