From 0e13b60c9490bdc9f0589f529da121a949200eac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2019 05:20:20 +0000 Subject: [PATCH] Bump mockito-core from 2.28.2 to 3.0.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v3.0.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 3630614..974f6f2 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.4.0' testCompile group: 'junit', name: 'junit', version: '4.12' - testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2' + testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0' testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1' testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0' testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'