From fa466605bdb6bd6f584e0f66bd314b4c7ee141af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:12:18 +0000 Subject: [PATCH] Bump selenium-java from 4.3.0 to 4.5.3 Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.3.0 to 4.5.3. - [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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce42116..09dc972 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { // selenium - java - implementation 'org.seleniumhq.selenium:selenium-java:4.3.0' + implementation 'org.seleniumhq.selenium:selenium-java:4.5.3' // webdriver manager