dependabot[bot] opened a new pull request, #6408:
URL: https://github.com/apache/myfaces-tobago/pull/6408

   Bumps 
[org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) 
from 4.31.0 to 4.32.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/SeleniumHQ/selenium/releases";>org.seleniumhq.selenium:selenium-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>Selenium 4.32.0</h2>
   <h2>Detailed Changelogs by Component</h2>
   <p><!-- raw HTML omitted --> <strong><a 
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG";>Java</a></strong>
     |    <!-- raw HTML omitted --> <strong><a 
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES";>Python</a></strong>
     |    <!-- raw HTML omitted --> <strong><a 
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG";>DotNet</a></strong>
     |    <!-- raw HTML omitted --> <strong><a 
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES";>Ruby</a></strong>
     |    <!-- raw HTML omitted --> <strong><a 
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md";>JavaScript</a></strong>
   <!-- raw HTML omitted --></p>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>[py] Fix test args for --headless and --bidi by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15567";>SeleniumHQ/selenium#15567</a></li>
   <li>[py] Only skip WebKit tests on Windows by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15470";>SeleniumHQ/selenium#15470</a></li>
   <li>[dotnet] [bidi] Revisit some core functionality to deserialize without 
intermediate <code>JsonElement</code> allocation by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15575";>SeleniumHQ/selenium#15575</a></li>
   <li>[py] Fix broken test for chromedriver logging by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15579";>SeleniumHQ/selenium#15579</a></li>
   <li>[py] Fix test for w3c touch pointer properties by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15580";>SeleniumHQ/selenium#15580</a></li>
   <li>[py] Fix FedCM tests leaking state by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15583";>SeleniumHQ/selenium#15583</a></li>
   <li>[dotnet] [bidi] Address BiDi's JSON converter AOT warnings by <a 
href="https://github.com/RenderMichael";><code>@​RenderMichael</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15390";>SeleniumHQ/selenium#15390</a></li>
   <li>[dotnet] [bidi] Added missing GenericLogEntry log entry type in Script 
module by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15591";>SeleniumHQ/selenium#15591</a></li>
   <li>[grid] Ignored options when they are prefixed, safari specif as well by 
<a href="https://github.com/diemol";><code>@​diemol</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15574";>SeleniumHQ/selenium#15574</a></li>
   <li>[py] Remove broken logo from Sphinx generated API docs by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15597";>SeleniumHQ/selenium#15597</a></li>
   <li>[py] Fix PyTest configuration for WPEWebKit by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15602";>SeleniumHQ/selenium#15602</a></li>
   <li>[py] Fix failing test for Edge logging by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15605";>SeleniumHQ/selenium#15605</a></li>
   <li>[rb] Add PrintOptions Implementation for Ruby WebDriver by <a 
href="https://github.com/yvsvarma";><code>@​yvsvarma</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15158";>SeleniumHQ/selenium#15158</a></li>
   <li>[py] BiDi Network implementation of Intercepts and Auth in Python by <a 
href="https://github.com/shbenzer";><code>@​shbenzer</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14592";>SeleniumHQ/selenium#14592</a></li>
   <li>[py] Use XWayland for internal Python Firefox tests by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15601";>SeleniumHQ/selenium#15601</a></li>
   <li>[py] Use mock.patch for environment variables in tests by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15607";>SeleniumHQ/selenium#15607</a></li>
   <li>[ruby] fix lint for print_options.rb by <a 
href="https://github.com/Delta456";><code>@​Delta456</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15608";>SeleniumHQ/selenium#15608</a></li>
   <li>[py] Configure readthedocs publishing for Python API docs by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15614";>SeleniumHQ/selenium#15614</a></li>
   <li>[py] Fix select being able to select options hidden by css rules by <a 
href="https://github.com/FFederi";><code>@​FFederi</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15135";>SeleniumHQ/selenium#15135</a></li>
   <li>[py][bidi]: Implement BiDi browser module  by <a 
href="https://github.com/navin772";><code>@​navin772</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15616";>SeleniumHQ/selenium#15616</a></li>
   <li>[dotnet] [bidi] Combine network interception to apply rules (breaking 
change) by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15603";>SeleniumHQ/selenium#15603</a></li>
   <li>[dotnet] [bidi] Add strongly-typed <code>LocalValue.ConvertFrom</code> 
overloads by <a 
href="https://github.com/RenderMichael";><code>@​RenderMichael</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15532";>SeleniumHQ/selenium#15532</a></li>
   <li>[py] Add missing modules to Python API docs by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15624";>SeleniumHQ/selenium#15624</a></li>
   <li>[dotnet] [bidi] Do not throw when CallFunction or Evaluate return 
exceptional result (breaking change) by <a 
href="https://github.com/RenderMichael";><code>@​RenderMichael</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15521";>SeleniumHQ/selenium#15521</a></li>
   <li>[py] Skip bidi tests on browsers that don't support bidi by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15625";>SeleniumHQ/selenium#15625</a></li>
   <li>[py] complete 
<code>test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alert</code>
 by <a href="https://github.com/Delta456";><code>@​Delta456</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15559";>SeleniumHQ/selenium#15559</a></li>
   <li>[py] Remove unused xfail on chrome/edge service tests by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15637";>SeleniumHQ/selenium#15637</a></li>
   <li>[py] Adjust xfail markers for window size/position tests by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15638";>SeleniumHQ/selenium#15638</a></li>
   <li>[py] Call service.stop() when session can't be started by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15636";>SeleniumHQ/selenium#15636</a></li>
   <li>[dotnet] [bidi] Reuse memory when receiving websocket messages by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15640";>SeleniumHQ/selenium#15640</a></li>
   <li>[py] Remove logging API for non-Chromium browsers  by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15641";>SeleniumHQ/selenium#15641</a></li>
   <li>[py] Raise TypeError when creating webdriver.Remote() without options by 
<a href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15619";>SeleniumHQ/selenium#15619</a></li>
   <li>[py] Upgrade dependencies for mypy tox environment by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15642";>SeleniumHQ/selenium#15642</a></li>
   <li>[py] Fix Remote Firefox tests on Linux/Wayland by <a 
href="https://github.com/cgoldberg";><code>@​cgoldberg</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15648";>SeleniumHQ/selenium#15648</a></li>
   <li>[dotnet] Enhance Selenium Manager platform detection by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15649";>SeleniumHQ/selenium#15649</a></li>
   <li>[dotnet] Use namespace file scoped by <a 
href="https://github.com/nvborisenko";><code>@​nvborisenko</code></a> in <a 
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15651";>SeleniumHQ/selenium#15651</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/d17c8aa95092dc25ae64f12e7abdc844cf3503f0";><code>d17c8aa</code></a>
 [build] Prepare for release of Selenium 4.32.0 (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15690";>#15690</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/70e415ad337c881148adf9d16c5daae00cf14b98";><code>70e415a</code></a>
 [build] allow manually rerunning RBE with cache disabled (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15680";>#15680</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/4cacd4a05b9dea9185fec25e6442e07f5fecf0ce";><code>4cacd4a</code></a>
 [grid] Remove <code>browserName</code> capability from stereotype and 
SlotMatcher when u...</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/bce221b7d12093644d3b7294b7660286b4a2cbe4";><code>bce221b</code></a>
 [java] Bump deps from BOMs to latest versions (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15689";>#15689</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/adf0c4cb7e56f7aecaa65d2c9427119caeb1afbc";><code>adf0c4c</code></a>
 [java] If a dep comes from a BOM, omit the version number (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15682";>#15682</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/f2d38708b171061f42550a3cb6afdce02dbc646e";><code>f2d3870</code></a>
 [py] Server class to manage (download/run) grid server (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15666";>#15666</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/169ce6343746bb82bfb91c337df156c6a923618b";><code>169ce63</code></a>
 [py] Remove support for GLOBAL_DEFAULT_TIMEOUT environment variable (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15673";>#15673</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/e8331d19e66591ffc8f89c11cb30a7bda36d6eb2";><code>e8331d1</code></a>
 [py] Add client_config property and update deprecation messages (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15674";>#15674</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/3ff6f9ae7c695bf1918af0112b5ee3f6fe65d1ca";><code>3ff6f9a</code></a>
 [rb] Add websocket-port parameter to firefox service (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15458";>#15458</a>)</li>
   <li><a 
href="https://github.com/SeleniumHQ/selenium/commit/479d197d5c7c68c3784d4d755a36838974190e0f";><code>479d197</code></a>
 [rb] handle issue with selenium manager exit status being nil (<a 
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15676";>#15676</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.31.0...selenium-4.32.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.seleniumhq.selenium:selenium-java&package-manager=maven&previous-version=4.31.0&new-version=4.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to