From 134a4ca968bb8bcb49cbb7c8cbfb214b6c068d5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 04:26:55 +0000 Subject: [PATCH] chore(deps): bump mockito-core from 3.3.1 to 3.3.3 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.1 to 3.3.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.1...v3.3.3) 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 f01b4c5..cef513b 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.0" // Mockito - testImplementation "org.mockito:mockito-core:3.3.1" + testImplementation "org.mockito:mockito-core:3.3.3" // Gson testImplementation "com.google.code.gson:gson:2.8.6"