From feb79e67a86c0148e70355871a3d4ce4bc51c486 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 06:54:04 +0000 Subject: [PATCH] Bump mockito-core from 2.25.1 to 2.28.2 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.1 to 2.28.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.25.1...v2.28.2) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4debeb0..1271166 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.25.1' + testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2' 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.11.3'