From d819aba0b95451a6d105f889f80af68fcc8caf8e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 May 2022 10:04:36 +0100 Subject: [PATCH] Upgrade to Selenium 4.1.3 Closes gh-30730 --- 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 c4db064e83..c6cc092d52 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("Selenium", "4.1.2") { + library("Selenium", "4.1.3") { group("org.seleniumhq.selenium") { modules = [ "selenium-api",