From 261d7f0d97c020748c35c37cc7f7eb603709114c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:55:14 +0000 Subject: [PATCH] Upgrade to Selenium 4.5.3 Closes gh-32965 --- 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 98a1956998..04df0c2739 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1350,7 +1350,7 @@ bom { ] } } - library("Selenium", "4.5.0") { + library("Selenium", "4.5.3") { group("org.seleniumhq.selenium") { modules = [ "selenium-api",