From acef9958c3f164cf6dfcca2d484c4f93b67f453a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:44:41 +0300 Subject: [PATCH] Bump mockito-junit-jupiter from 3.12.4 to 4.0.0 in /Plan (#2116) Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 6f166a567..fe42bd9c7 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -112,7 +112,7 @@ subprojects { // Test Tooling Dependencies testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' // JUnit 5 testImplementation "org.mockito:mockito-core:3.12.4" // Mockito Core - testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" // Mockito JUnit 5 Extension + testImplementation "org.mockito:mockito-junit-jupiter:4.0.0" // Mockito JUnit 5 Extension testImplementation "org.seleniumhq.selenium:selenium-java:4.0.0" // Selenium (Browser tests) testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)