From dcccca4e1d42e9f6250018dc07e9494cddbb146a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 09:08:02 +0200 Subject: [PATCH] Bump mockito-junit-jupiter from 3.2.0 to 3.2.4 in /Plan (#1256) Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.2.0 to 3.2.4. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.2.0...v3.2.4) 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 ddb736bab..a2e66dd29 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -139,7 +139,7 @@ subprojects { testCompile "org.junit.platform:junit-platform-runner:1.5.2" // JUnit 4 runner for JUnit 5 tests testCompile "org.junit.jupiter:junit-jupiter-params:5.5.2" // JUnit 5, parameterized tests testCompile "org.mockito:mockito-core:3.2.4" // Mockito Core - testCompile "org.mockito:mockito-junit-jupiter:3.2.0" // Mockito JUnit 5 Extension + testCompile "org.mockito:mockito-junit-jupiter:3.2.4" // Mockito JUnit 5 Extension testCompile "org.seleniumhq.selenium:selenium-java:3.141.59" // Selenium (Browser tests) testCompile "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)