diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-17 22:31:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 22:31:34 +0000 |
commit | 4cce931ca45fa5cbbcd5f662b12ae6ce0877d681 (patch) | |
tree | ab0d73e734e058e73687e32c7059fbfd4a9f3772 | |
parent | afc828414c06dba73b72c776c956bf4b23db2c02 (diff) | |
download | archiva-dependabot/maven/master/selenium-server.version-3.141.59.tar.gz archiva-dependabot/maven/master/selenium-server.version-3.141.59.zip |
Bump selenium-server.version from 3.4.0 to 3.141.59dependabot/maven/master/selenium-server.version-3.141.59
Bumps `selenium-server.version` from 3.4.0 to 3.141.59.
Updates `selenium-java` from 3.4.0 to 3.141.59
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.4.0...selenium-3.141.59)
Updates `selenium-leg-rc` from 3.4.0 to 3.141.59
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.4.0...selenium-3.141.59)
Updates `selenium-server` from 3.4.0 to 3.141.59
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.4.0...selenium-3.141.59)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-leg-rc
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 342654369..64f471918 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -34,7 +34,7 @@ <container.propertiesPortFilePath>${project.build.directory}/container-port.properties </container.propertiesPortFilePath> <maxWaitTimeInMs>10000</maxWaitTimeInMs> - <selenium-server.version>3.4.0</selenium-server.version> + <selenium-server.version>3.141.59</selenium-server.version> <fluentlenium.version>3.2.0</fluentlenium.version> <fluentlenium.festassert.version>0.13.2</fluentlenium.festassert.version> <browserPath/> |