hydrogen2oxygen / Se

Se(lenium)
MIT License
0 stars 2 forks source link

Bump webdrivermanager from 5.2.2 to 5.3.1 #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps webdrivermanager from 5.2.2 to 5.3.1.

Changelog

Sourced from webdrivermanager's changelog.

[5.3.1] - 2022-11-04

Changed

  • Support naming convention for chromedriver 106+ in macOS ARM64

Fixed

  • Fix support for edgedriver on macOS ARM64 (#897 #921)
  • Fix resolution geckodriver 0.32.0 (issue #923)

[5.3.0] - 2022-08-21

Added

  • Include workflow to create mirror of geckodriver, operadriver, and selenium from api.github.com
  • Replace api.github.com URLs to mirrors on raw.githubusercontent.com (to avoid error 403 for good)

Changed

  • Install BrowserWatcher extension through augment (which allows remote Firefox, e.g., in Docker)
  • Use browser version as the second parameter of the CLI argument for resolving drivers

[5.2.3] - 2022-08-03

Added

  • Use resolution cache also when latest driver is downloaded (for preventing 403 error for geckodriver)
Commits
  • da29b39 [maven-release-plugin] prepare release webdrivermanager-5.3.1
  • 81efb38 Update CHANGELOG for version 5.3.1
  • 6fa7193 Downgrade to javalin 4 (since version 5 is incompatible with Java 8)
  • fc6caf0 As of chromedriver 106, the naming convention for macOS ARM64 releases changed
  • 7c68bfe Fix resolution of latest version of geckodriver (issue #923)
  • baa7701 Set chromedriver 108.0.5359.22 for Chrome 108
  • 1a90cba Bump javalin from 5.1.2 to 5.1.3 (#934)
  • 8680e87 Set geckodriver 0.32.0 for Firefox 107
  • c2e8319 Update version of chromedriver for Chrome 107
  • bf02608 Bump gson from 2.9.1 to 2.10 (#931)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #95.