This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 104e5536 Bump selenium.version from 4.40.0 to 4.41.0
104e5536 is described below
commit 104e5536ec2c7f0c55160e998309316f4d13ffdc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 04:02:34 2026 +0000
Bump selenium.version from 4.40.0 to 4.41.0
Bumps `selenium.version` from 4.40.0 to 4.41.0.
Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.40.0 to
4.41.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.40.0...selenium-4.41.0)
Updates `org.seleniumhq.selenium:selenium-support` from 4.40.0 to 4.41.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.40.0...selenium-4.41.0)
Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.40.0 to
4.41.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.40.0...selenium-4.41.0)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
dependency-version: 4.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-support
dependency-version: 4.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
dependency-version: 4.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
external/selenium/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/selenium/pom.xml b/external/selenium/pom.xml
index 1552a393..741ca42a 100644
--- a/external/selenium/pom.xml
+++ b/external/selenium/pom.xml
@@ -37,7 +37,7 @@ under the License.
<description>Selenium-based Protocol for StormCrawler</description>
<properties>
- <selenium.version>4.40.0</selenium.version>
+ <selenium.version>4.41.0</selenium.version>
<awaitility.version>4.3.0</awaitility.version>
<wiremock.version>3.13.2</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>