Skip to content

Commit 48b2090

Browse files
Bump selenium-java from 4.0.0 to 4.1.0
Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.0.0...selenium-4.1.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c16cec commit 48b2090

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
@@ -215,7 +215,7 @@ configure(allJavaProjects) {
215215
def webDriverManagerVersion = '5.0.3'
216216
// To use WebAuthn WebDriver extension, alpha release is used here.
217217
// When stable version is released, and Spring Boot BOM includes it, this need to be removed.
218-
def seleniumVersion = '4.0.0'
218+
def seleniumVersion = '4.1.0'
219219

220220
dependencies {
221221
// BOM

0 commit comments

Comments
 (0)