From 63eb5b0f7d8e9db8aaa2720bddad374a14341ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:08:45 +0000 Subject: [PATCH] Bump selenium-java from 3.141.59 to 4.7.2 in /Plan Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.7.2. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java 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..7e24467dc3 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -113,7 +113,7 @@ subprojects { 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.seleniumhq.selenium:selenium-java:3.141.59" // Selenium (Browser tests) + testImplementation "org.seleniumhq.selenium:selenium-java:4.7.2" // Selenium (Browser tests) testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions) // Testing dependencies required by Plan