From 47e87c928f6cb28cd60f7162a23d919e8ae47259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:48:35 -0600 Subject: [PATCH] Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.15.0 to 4.16.1 (#576) Bump org.seleniumhq.selenium:selenium-chrome-driver Bumps [org.seleniumhq.selenium:selenium-chrome-driver](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-chrome-driver 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8b07c9fcd..76a1c96dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { testImplementation("ch.qos.logback:logback-classic:1.4.14") testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0") - testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.15.0") + testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.16.1") testImplementation("org.seleniumhq.selenium:selenium-java:4.10.0") testImplementation("io.github.bonigarcia:selenium-jupiter:5.0.1") testImplementation("org.seleniumhq.selenium:selenium-http-jdk-client:4.12.1")