From 0c43c83932338f23848de9b0f876bff3d49deeaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Oct 2025 07:53:28 +0200 Subject: [PATCH] Upgrade to Selenium 4.37.0 Closes gh-47709 --- 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 f407b891d95..0014af0dae4 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2301,7 +2301,7 @@ bom { ] } } - library("Selenium", "4.36.0") { + library("Selenium", "4.37.0") { group("org.seleniumhq.selenium") { bom("selenium-bom") }