From bd9e031d207bcc1df0be57f9fc3dbac3660bb8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:49:52 +0200 Subject: [PATCH] Upgrade to Selenium 4.49.0 Closes gh-51700 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index ce8489337e4..3878a93d3b6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2535,7 +2535,7 @@ bom { ] } } - library("Selenium", "4.46.0") { + library("Selenium", "4.49.0") { group("org.seleniumhq.selenium") { bom("selenium-bom") }