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 d2fc47a2 Bump selenium.version from 4.36.0 to 4.37.0
d2fc47a2 is described below
commit d2fc47a22e1f37a857c684f69f7f522cf6ecfc67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 20 04:01:12 2025 +0000
Bump selenium.version from 4.36.0 to 4.37.0
Bumps `selenium.version` from 4.36.0 to 4.37.0.
Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.36.0 to
4.37.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0)
Updates `org.seleniumhq.selenium:selenium-support` from 4.36.0 to 4.37.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0)
Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.36.0 to
4.37.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
dependency-version: 4.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-support
dependency-version: 4.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
dependency-version: 4.37.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 cfabf22b..4f00a116 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.36.0</selenium.version>
+ <selenium.version>4.37.0</selenium.version>
<awaitility.version>4.3.0</awaitility.version>
<wiremock.version>3.13.1</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>