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/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new f6d70c30 Bump selenium.version from 4.26.0 to 4.27.0
f6d70c30 is described below
commit f6d70c309df4ae546a7f2eff9d51b4e78f8de276
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 04:02:25 2024 +0000
Bump selenium.version from 4.26.0 to 4.27.0
Bumps `selenium.version` from 4.26.0 to 4.27.0.
Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.26.0 to
4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.26.0...selenium-4.27.0)
Updates `org.seleniumhq.selenium:selenium-support` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.26.0...selenium-4.27.0)
Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.26.0 to
4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
-
[Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.26.0...selenium-4.27.0)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-support
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index c468f915..8ddc3fec 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,7 +46,7 @@ under the License.
<commons.lang.version>2.6</commons.lang.version>
<wiremock.version>3.10.0</wiremock.version>
<rometools.version>2.1.0</rometools.version>
- <selenium.version>4.26.0</selenium.version>
+ <selenium.version>4.27.0</selenium.version>
<cli.version>1.6.0</cli.version>
<okhttp.version>4.12.0</okhttp.version>
<caffeine.version>3.1.8</caffeine.version>