From 1fa0835cf5e07ff97fc01e2864b4fbc7fe2cae35 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Oct 2023 07:43:23 +0100 Subject: [PATCH] Upgrade to Selenium 4.14.1 Closes gh-37875 --- 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 f63ba983552..e46ebd6fab6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1448,7 +1448,7 @@ bom { ] } } - library("Selenium", "4.14.0") { + library("Selenium", "4.14.1") { group("org.seleniumhq.selenium") { imports = [ "selenium-bom"