From 27bdf7d6b690b165fff68e1e3c2d31286798813f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 07:32:25 +0000 Subject: [PATCH] Bump mockito-core from 3.2.4 to 3.3.3 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.4...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 c6a4942..7a1cdee 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.2.4' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.3.3' testImplementation 'com.github.stefanbirkner:system-rules:1.19.0' testImplementation 'commons-io:commons-io:2.6'