From 125773ef7085f6c39ae820a57fb2c5ebdc3251a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:26 +0100 Subject: [PATCH] Upgrade to Selenium 4.1.4 Closes gh-30941 --- 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 0f7aebee3f7..3d467c92316 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("Selenium", "4.1.3") { + library("Selenium", "4.1.4") { group("org.seleniumhq.selenium") { modules = [ "selenium-api",