From 721ef1db6b3e5ddcecbfd408949e7ce387e2b865 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:24:21 +0000 Subject: [PATCH] Upgrade to Selenium 4.39.0 Closes gh-48756 --- 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 ad055b59011..9b631dc7278 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2300,7 +2300,7 @@ bom { ] } } - library("Selenium", "4.37.0") { + library("Selenium", "4.39.0") { group("org.seleniumhq.selenium") { bom("selenium-bom") }