Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: relax constraints of Selenium dependencies versions #1606

Merged

Commits on Dec 3, 2021

  1. build: relax constraints of Selenium dependencies versions

    https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html: "conflicting strict dependencies will trigger a build failure that you have to resolve".
    
    An attempt to use `java-client:8.0.0-beta` in conjunction with Selenium 4.1.0 leads to build failures, like:
    ```
       > Could not resolve org.seleniumhq.selenium:selenium-remote-driver:{strictly 4.0.0}.
         Required by:
             project :xxxxxxx > io.appium:java-client:8.0.0-beta
    ```
    In a favor of flexibility the constraints of selenium dependencies versions are relaxed.
    valfirst committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    bc72fec View commit details
    Browse the repository at this point in the history