From 118308d6792b0dd042c1a4a9441b622c275db68b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 04:24:46 +0000 Subject: [PATCH] chore(deps): bump mockito-core from 3.4.4 to 3.4.6 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.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 47bf8b0..b5c53f5 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.4.4" + testImplementation "org.mockito:mockito-core:3.4.6" // Gson testImplementation "com.google.code.gson:gson:2.8.6"