From c7ebeacbdd3d7c73af49cd896d80c8bbf1056287 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:47:32 +0100 Subject: [PATCH] Upgrade to Selenium 4.2.2 Closes gh-31651 --- 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 0a4b946630..78430c23f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1296,7 +1296,7 @@ bom { ] } } - library("Selenium", "4.1.4") { + library("Selenium", "4.2.2") { group("org.seleniumhq.selenium") { modules = [ "selenium-api",