Skip to content

Commit 513dd41

Browse files
Bump selenium-java from 4.0.0-beta-1 to 4.0.0-beta-2
Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.0.0-beta-1 to 4.0.0-beta-2. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.0.0-beta-1...selenium-4.0.0-beta-2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent edfd74f commit 513dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ configure(allJavaProjects) {
248248
def webDriverManagerVersion = '4.3.1'
249249
// To use WebAuthn WebDriver extension, alpha release is used here.
250250
// When stable version is released, and Spring Boot BOM includes it, this need to be removed.
251-
def seleniumVersion = '4.0.0-beta-1'
251+
def seleniumVersion = '4.0.0-beta-2'
252252

253253
dependencies {
254254
// BOM

0 commit comments

Comments
 (0)