wttech / bobcat

Bobcat is an automated testing framework for functional testing of web applications.
https://cognifide.github.io/bobcat/
Apache License 2.0
90 stars 40 forks source link

Bump webdrivermanager from 3.6.2 to 3.7.1 #385

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps webdrivermanager from 3.6.2 to 3.7.1.

Changelog *Sourced from [webdrivermanager's changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md).* > ## [3.7.1] - 2019-09-17 > ### Added > - Read LOCALAPPDATA env to find out Chrome version in Windows (issue [#381](https://github-redirect.dependabot.com/bonigarcia/webdrivermanager/issues/381)) > - Add useLocalVersionsPropertiesFirst() in WebDriverManager API > > ### Changed > - Set chromedriver version 78.0.3904.11 for Chrome 78 in versions.properties > - Set operadriver version 76.0.3809.132 for Opera 63 in versions.properties > - Set geckodriver version 0.25.0 for Firefox 69 in versions.properties > - Update geckodriver version 0.25.0 for Firefox 68 in versions.properties > > > ## [3.7.0] - 2019-09-10 > ### Added > - Store detected version of browser as preference > > ### Fixed > - Do not restrict mirrors to ones hosted on npm.taobao.org page (issue [#379](https://github-redirect.dependabot.com/bonigarcia/webdrivermanager/issues/379)) > > ### Removed > - Remove avoidAutoVersion() by default in CLI mode (issue [#369](https://github-redirect.dependabot.com/bonigarcia/webdrivermanager/issues/369)) > > ### Changed > - Read online version.properties by default to find driver version (configurable with wdm.versionsPropertiesOnlineFirst) > - Set geckodriver version 0.24.0 for Firefox 66, 67, and 68 in versions.properties > - Set operadriver version 75.0.3770.100 for Opera 62 in versions.properties > - Set chromedriver version 77.0.3865.10 for Chrome 77 in versions.properties > - Set msedgedriver version 77.0.237.0 for Edge 77 in versions.properties > - Update chromedriver version 76.0.3809.126 for Chrome 76 in versions.properties > - Update chromedriver version 77.0.3865.40 for Chrome 77 in versions.properties
Commits - [`dc922a9`](https://github.com/bonigarcia/webdrivermanager/commit/dc922a9d66ebfba8bb5ace0cec390da747ecec93) [maven-release-plugin] prepare release webdrivermanager-3.7.1 - [`0837c8d`](https://github.com/bonigarcia/webdrivermanager/commit/0837c8df4773db3d9733bfa822c192e3ffc14a12) Smell-fix: refactor method to reduce its cognitive complexity - [`c1b7945`](https://github.com/bonigarcia/webdrivermanager/commit/c1b7945b759f1353e98c3985e335ffc8813f90c0) Change order of env variables to look for Chrome version in Windows - [`31dfbf3`](https://github.com/bonigarcia/webdrivermanager/commit/31dfbf3f765909d96010c76d94d0cfb06df8ecc0) Read LOCALAPPDATA env to find out Chrome version in Windows (issue [#381](https://github-redirect.dependabot.com/bonigarcia/webdrivermanager/issues/381)) - [`efc4be1`](https://github.com/bonigarcia/webdrivermanager/commit/efc4be1e362195c533ed1c309f7e83b39c90be4f) Remove selenium server alpha from server test data - [`62dcd65`](https://github.com/bonigarcia/webdrivermanager/commit/62dcd654e69aaf3c79961d02654bdd7aa4301c11) Bump javalin to 3.4.1 and okhttp to 4.2.0 - [`b8581ff`](https://github.com/bonigarcia/webdrivermanager/commit/b8581ff7ae212fab5cc02b40cfe2e25dcd0a6436) Remove JMockit test - [`313ee22`](https://github.com/bonigarcia/webdrivermanager/commit/313ee22a639e99402a44e7b64edc42ecd4495d59) Revert "Remove javaagent config in surefire plugin" - [`70f0ac9`](https://github.com/bonigarcia/webdrivermanager/commit/70f0ac9e4a5d168bf498326e75b7005e3d9a9706) Remove javaagent config in surefire plugin - [`bbc5ca0`](https://github.com/bonigarcia/webdrivermanager/commit/bbc5ca0c879c4b01cabf707f7a5fd18b78d449e2) Add useLocalVersionsPropertiesFirst() in WebDriverManager API - Additional commits viewable in [compare view](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-3.6.2...webdrivermanager-3.7.1)


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.