From cdf710c5d76727b4cad86819324842da6e0cb552 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 06:46:43 +0000 Subject: [PATCH] Bump mockito-core from 3.2.4 to 3.4.6 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.4.6. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.4...v3.4.6) 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..b140af6 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.4.6' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.11' }