From 075cda5b81398ad7b3b3b413cface4fcb03fbd75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 04:26:44 +0000 Subject: [PATCH] chore(deps): bump mockito-core from 3.3.3 to 3.4.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.4.0) 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 a116587..c6abd12 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" // Mockito - testImplementation "org.mockito:mockito-core:3.3.3" + testImplementation "org.mockito:mockito-core:3.4.0" // Gson testImplementation "com.google.code.gson:gson:2.8.6"