From 9e1fc7375ba394a090c4f57aa00d77835e727c43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 05:56:08 +0000 Subject: [PATCH] Bump mockito-core from 3.5.7 to 3.11.2 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.7 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.7...v3.11.2) 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 10a8330..b912864 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { // Use JUnit Jupiter API for testing. testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.2' - testImplementation 'org.mockito:mockito-core:3.5.7' + testImplementation 'org.mockito:mockito-core:3.11.2' testImplementation 'org.assertj:assertj-core:3.16.1' // implementation needed for integration testing with a log4j2 api implementation testImplementation 'org.apache.logging.log4j:log4j-core:2.13.3'