From a0c1084f7cd98778fe6969c99994d12ab0012885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 10:35:24 +0000 Subject: [PATCH] Bump mockito-junit-jupiter from 3.11.2 to 4.5.1 in /Plan Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.11.2 to 4.5.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v4.5.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index d47690ee9d..4bc96c8e17 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.2" // Mockito Core - testImplementation "org.mockito:mockito-junit-jupiter:3.11.2" // Mockito JUnit 5 Extension + testImplementation "org.mockito:mockito-junit-jupiter:4.5.1" // 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)