From 7053c3e0fcf8b84c8615a6f5419eb80ebbcb05b3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:57:12 +0100 Subject: [PATCH] Upgrade to Selenium 4.10.0 Closes gh-35974 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index be9428d7ed..d3c0aadaca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1316,7 +1316,7 @@ bom { ] } } - library("Selenium", "4.8.3") { + library("Selenium", "4.10.0") { group("org.seleniumhq.selenium") { modules = [ "lift",