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