From 7df3b1e786ca18ffbf5079502836a9bdc7747182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 09:04:58 +0200 Subject: [PATCH] Bump selenium-java from 4.0.0 to 4.1.0 in /Plan (#2166) Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.0.0...selenium-4.1.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... 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 87f88c4d1..2ab12e67d 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -110,7 +110,7 @@ subprojects { testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' // JUnit 5 testImplementation "org.mockito:mockito-core:4.0.0" // Mockito Core 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 "org.seleniumhq.selenium:selenium-java:4.1.0" // Selenium (Browser tests) testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions) // Testing dependencies required by Plan