From de3cae50cdcdd5165fabb46f5907dc3d25fd4987 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:34:12 +0000 Subject: [PATCH] Upgrade to Selenium 4.16.1 Closes gh-39030 --- 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 25c8dda2cf..d1600aec42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1446,7 +1446,7 @@ bom { ] } } - library("Selenium", "4.14.1") { + library("Selenium", "4.16.1") { group("org.seleniumhq.selenium") { imports = [ "selenium-bom"