From ba560c1ac592e04cec140559971e3fc569931a97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 08:44:29 +0000 Subject: [PATCH] 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 75f3a3a..6c76912 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' testImplementation group: 'org.testng', name: 'testng', version: '7.1.0' testImplementation 'commons-io:commons-io:2.7' - testImplementation 'org.mockito:mockito-core:3.4.4' + testImplementation 'org.mockito:mockito-core:3.4.6' testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0" }