From 45e174735d47c8952ba1fb64cba0096191a43359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:48:09 +0300 Subject: [PATCH] Bump selenium-java from 4.2.0 to 4.2.1 in /Plan (#2384) Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.2.0 to 4.2.1. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 ab04131e2..8b1c1ee5e 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -115,7 +115,7 @@ subprojects { testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" // JUnit 5 testImplementation "org.mockito:mockito-core:$mockitoVersion" // Mockito Core testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion" // Mockito JUnit 5 Extension - testImplementation "org.seleniumhq.selenium:selenium-java:4.2.0" // Selenium (Browser tests) + testImplementation "org.seleniumhq.selenium:selenium-java:4.2.1" // Selenium (Browser tests) testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions) // Testing dependencies required by Plan