From 3b46573a7c0174ce6e7407dc5655adf4f487acc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 19:36:27 -0400 Subject: [PATCH] Bump mockito-core from 3.3.0 to 3.3.3 (#10) Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.0 to 3.3.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.0...v3.3.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a11333..0e3c4b3 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.6.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.0' testImplementation 'org.assertj:assertj-core:3.15.0' - testImplementation 'org.mockito:mockito-core:3.3.0' + testImplementation 'org.mockito:mockito-core:3.3.3' testImplementation 'io.github.netmikey.logunit:logunit-core:1.1.0' testImplementation 'io.github.netmikey.logunit:logunit-logback:1.1.0' }