From 0ecc5c3f3ac4f9cc4b13dec79f731aaa1d4e6e26 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:57:24 +0100 Subject: [PATCH] Upgrade to Selenium 4.19.1 Closes gh-40265 --- 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 271c966a38a..5f74544537d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1732,7 +1732,7 @@ bom { ] } } - library("Selenium", "4.18.1") { + library("Selenium", "4.19.1") { group("org.seleniumhq.selenium") { imports = [ "selenium-bom"