From bf3b948ca229753abfa66c51a9f1faec11daf6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:11:46 +0000 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-java from 4.15.0 to 4.16.1 Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.15.0 to 4.16.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-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 082b582..f266a8e 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation 'org.seleniumhq.selenium:selenium-java:4.15.0' + implementation 'org.seleniumhq.selenium:selenium-java:4.16.1' implementation 'org.aeonbits.owner:owner:1.0.12' implementation 'com.univocity:univocity-parsers:2.9.1' implementation 'com.aventstack:extentreports:5.1.1'