Skip to content

Commit df3c50e

Browse files
Bump org.seleniumhq.selenium:selenium-bom from 4.28.1 to 4.29.0 (#5733)
* Bump org.seleniumhq.selenium:selenium-bom from 4.28.1 to 4.29.0 Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.28.1 to 4.29.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.29.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix broken unit test Root cause: SeleniumHQ/selenium#15200 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valery Yatsynovich <[email protected]>
1 parent 70cc4e3 commit df3c50e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

vividus-extension-selenium/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configurations {
1919
implementation project(':vividus-soft-assert')
2020
api project(':vividus-extension-ui')
2121

22-
api platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.28.1')
22+
api platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.29.0')
2323
api(group: 'org.seleniumhq.selenium', name: 'selenium-api')
2424
api(group: 'org.seleniumhq.selenium', name: 'selenium-support')
2525
api(group: 'org.seleniumhq.selenium', name: 'selenium-remote-driver')

vividus-plugin-web-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
implementation(group: 'com.codeborne', name: 'selenide', version: '7.7.2')
1515

16-
api platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.28.1')
16+
api platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.29.0')
1717
implementation(group: 'org.seleniumhq.selenium', name: 'selenium-chrome-driver')
1818
implementation(group: 'org.seleniumhq.selenium', name: 'selenium-edge-driver')
1919
implementation(group: 'org.seleniumhq.selenium', name: 'selenium-firefox-driver')

vividus-plugin-web-app/src/test/java/org/vividus/selenium/WebDriverFactoryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2024 the original author or authors.
2+
* Copyright 2019-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -327,7 +327,6 @@ void testGetRemoteWebDriverFirefoxDriver() throws ReflectiveOperationException
327327
var sessionCaps = "{%n"
328328
+ " \"acceptInsecureCerts\" : true,%n"
329329
+ " \"browserName\" : \"firefox\",%n"
330-
+ " \"moz:debuggerAddress\" : true,%n"
331330
+ " \"moz:firefoxOptions\" : {%n"
332331
+ " \"prefs\" : {%n"
333332
+ " \"remote.active-protocols\" : 3,%n"

0 commit comments

Comments
 (0)