From b6014025d29d3ac34a603d0b7e0fa66f7c5e50df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:50:13 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java from 4.20.0 to 4.22.0 Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.20.0 to 4.22.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.20.0...selenium-4.22.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e945a9..812717a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation 'org.seleniumhq.selenium:selenium-java:4.20.0' + implementation 'org.seleniumhq.selenium:selenium-java:4.22.0' implementation 'org.aeonbits.owner:owner:1.0.12' implementation 'com.univocity:univocity-parsers:2.9.1' implementation 'com.aventstack:extentreports:5.1.1'