From 8618169c5da6d156397c2ca8b28a55eea4fd8ca5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:45:59 +0000 Subject: [PATCH] build(deps): bump mockito-core from 3.8.0 to 3.11.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.11.1) 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 5b93150..71ba0a7 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ subprojects { testImplementation("org.assertj:assertj-core:3.19.0") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1") - testImplementation("org.mockito:mockito-core:3.8.0") + testImplementation("org.mockito:mockito-core:3.11.1") } task sourceJar(type: Jar) {