From d621e5e6007d0e8ae49713100cf753c1b5326dc7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:34:46 -0700 Subject: [PATCH] Upgrade to Selenium 4.31.0 Closes gh-45126 --- 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 b4714f2847..1a9c921c79 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2078,7 +2078,7 @@ bom { ] } } - library("Selenium", "4.29.0") { + library("Selenium", "4.31.0") { group("org.seleniumhq.selenium") { bom("selenium-bom") }