From df49a68515827e80bc3a2a8647027a018bb1c0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:06:10 +0600 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java from 4.19.1 to 4.20.0 (#45) Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.19.1 to 4.20.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.20.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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8231652..f20b18d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation 'org.seleniumhq.selenium:selenium-java:4.19.1' + implementation 'org.seleniumhq.selenium:selenium-java:4.20.0' implementation 'org.aeonbits.owner:owner:1.0.12' implementation 'com.univocity:univocity-parsers:2.9.1' implementation 'com.aventstack:extentreports:5.1.1'