From 4db83b4a9dd6b062370e86047aab4f24346de514 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:32:20 +0000 Subject: [PATCH] Bump mockito-core from 3.11.1 to 3.11.2 in /Plan Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 75b0a7de6..eb629952e 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -112,7 +112,7 @@ subprojects { // Test Tooling Dependencies testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' // JUnit 5 - testImplementation "org.mockito:mockito-core:3.11.1" // Mockito Core + testImplementation "org.mockito:mockito-core:3.11.2" // Mockito Core testImplementation "org.mockito:mockito-junit-jupiter:3.11.2" // Mockito JUnit 5 Extension testImplementation "org.seleniumhq.selenium:selenium-java:3.141.59" // Selenium (Browser tests) testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)